A better panel label font size on Mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2012-07-15 10:26:56 +00:00
parent 4ce3ebd3f5
commit 2cd819c1ea

View File

@ -97,7 +97,11 @@ static const char* const panel_extension_xpm[] = {
wxRibbonMSWArtProvider::wxRibbonMSWArtProvider(bool set_colour_scheme)
{
m_flags = 0;
#if defined( __WXMAC__ )
m_tab_label_font = *wxSMALL_FONT;
#else
m_tab_label_font = *wxNORMAL_FONT;
#endif
m_button_bar_label_font = m_tab_label_font;
m_panel_label_font = m_tab_label_font;