]> git.saurik.com Git - wxWidgets.git/commitdiff
Increase status bar height from 15 to 18, allows common 16 x 16 icons and other contr...
authorKevin Hock <hockkn@yahoo.com>
Fri, 1 Oct 2004 02:50:27 +0000 (02:50 +0000)
committerKevin Hock <hockkn@yahoo.com>
Fri, 1 Oct 2004 02:50:27 +0000 (02:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/frame.cpp

index b7cf5ad247a8fccf70a3deb0ad796a1551e816ff..ac1391d4de21a1d35396a719306b8bbc7a0ea142 100644 (file)
@@ -40,7 +40,7 @@ END_EVENT_TABLE()
 IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
 #endif
 
-#define WX_MAC_STATUSBAR_HEIGHT 15 
+#define WX_MAC_STATUSBAR_HEIGHT 18 
 // ----------------------------------------------------------------------------
 // creation/destruction
 // ----------------------------------------------------------------------------