Robin Dunn <robin <at> alldunn.com> writes: > Sizers don't care much about the current size of a widget, but rather their best size and min size. See: > http://wiki.wxpython.org/index.cgi/WindowSizeInfo > Set the button's minsize and then call Layout. Thanks.