I have added some buttons to the status bar of a frame
but the status bar doesn't response the the size of
the button or to the SetMinHeight function of the
status bar.
I have added some buttons to the status bar of a frame
but the status bar doesn't response the the size of
the button or to the SetMinHeight function of the
status bar.
Putting controls on a statusbar is kinda tricky because it is usually a fixed height and so you have to force the size of the controls yourself to make them fit.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!