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:
@@ -57,6 +57,9 @@ bool wxStatusBarMac::Create(wxWindow *parent, wxWindowID id,
|
|||||||
if ( parent->MacGetTopLevelWindow()->MacGetMetalAppearance() )
|
if ( parent->MacGetTopLevelWindow()->MacGetMetalAppearance() )
|
||||||
MacSetBackgroundBrush( wxNullBrush ) ;
|
MacSetBackgroundBrush( wxNullBrush ) ;
|
||||||
|
|
||||||
|
// normal system font is too tall for fitting into the standard height
|
||||||
|
SetWindowVariant( wxWINDOW_VARIANT_SMALL ) ;
|
||||||
|
|
||||||
return TRUE ;
|
return TRUE ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user