From 70aaa701b47c37505a1821b91a4f8543312923b0 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 20 Jul 2004 14:38:18 +0000 Subject: [PATCH] correcting window variant git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/statbrma.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mac/carbon/statbrma.cpp b/src/mac/carbon/statbrma.cpp index 8220559531..094c4a081d 100644 --- a/src/mac/carbon/statbrma.cpp +++ b/src/mac/carbon/statbrma.cpp @@ -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 ; }