correcting window variant
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
065ab451bf
commit
70aaa701b4
@ -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 ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user