Use nicer (swiss) font for default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
db0834fab8
commit
ad0e4b6691
@ -50,7 +50,7 @@ wxFont wxSystemSettingsNative::GetFont(wxSystemFont index)
|
||||
case wxSYS_DEFAULT_GUI_FONT:
|
||||
default:
|
||||
{
|
||||
return wxFont(12, wxNORMAL, wxNORMAL, wxNORMAL, FALSE);
|
||||
return wxFont(12, wxSWISS, wxNORMAL, wxNORMAL, FALSE);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user