From: Kevin Hock Date: Fri, 1 Oct 2004 02:50:27 +0000 (+0000) Subject: Increase status bar height from 15 to 18, allows common 16 x 16 icons and other contr... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/326d5a744fc79c31d3fe0acaf175bd1d9cf4ae07 Increase status bar height from 15 to 18, allows common 16 x 16 icons and other controls like checkboxes to fit better without special handling (at least until Mac statusbar can determine its own best height) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/frame.cpp b/src/mac/carbon/frame.cpp index b7cf5ad247..ac1391d4de 100644 --- a/src/mac/carbon/frame.cpp +++ b/src/mac/carbon/frame.cpp @@ -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 // ----------------------------------------------------------------------------