X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58614078c466cffaf0e5d0369741706f130fb793..c030b70fc6270c2e44a81f83e69fcc91d2b3c768:/src/gtk/settings.cpp diff --git a/src/gtk/settings.cpp b/src/gtk/settings.cpp index 44200eda98..94f2e686f4 100644 --- a/src/gtk/settings.cpp +++ b/src/gtk/settings.cpp @@ -166,7 +166,7 @@ wxFont wxSystemSettings::GetSystemFont( int index ) case wxSYS_DEFAULT_GUI_FONT: { if (!g_systemFont) - g_systemFont = new wxFont( 10, wxSWISS, wxNORMAL, wxNORMAL ); + g_systemFont = new wxFont( 12, wxSWISS, wxNORMAL, wxNORMAL ); return *g_systemFont; } }