]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toolbar.cpp
Compilation fir for VC6 after r73124.
[wxWidgets.git] / src / msw / toolbar.cpp
index 884fedaf40253e60a8b41566a4378253140ec11b..7eaea5ca0fb3817774432d851b5d8222348de8f3 100644 (file)
@@ -1053,6 +1053,14 @@ bool wxToolBar::Realize()
                         break;
                 }
 
+                // Instead of using fixed widths for all buttons, size them
+                // automatically according to the size of their bitmap and text
+                // label, if present. This particularly matters for toolbars
+                // with the wxTB_HORZ_LAYOUT style: they look hideously ugly
+                // without autosizing when the labels have even slightly
+                // different lengths.
+                button.fsStyle |= TBSTYLE_AUTOSIZE;
+
                 bitmapId++;
                 break;
         }