]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/statbrma.cpp
SetValue is not adding a line if values does not exist
[wxWidgets.git] / src / mac / carbon / statbrma.cpp
index 8220559531ab79855966c3752e5bf4a5e0a9e73d..094c4a081d4148502444146137643ef4a2421b3d 100644 (file)
@@ -57,6 +57,9 @@ bool wxStatusBarMac::Create(wxWindow *parent, wxWindowID id,
     if ( parent->MacGetTopLevelWindow()->MacGetMetalAppearance() )
         MacSetBackgroundBrush( wxNullBrush ) ;    
     
+    // normal system font is too tall for fitting into the standard height
+    SetWindowVariant( wxWINDOW_VARIANT_SMALL ) ;
+    
     return TRUE ;
 }