]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/settings.cpp
Dialog Editor corrections for latest wxWin changes; removed wxProp files
[wxWidgets.git] / src / gtk / settings.cpp
index 44200eda981e753f61339da725babe77714c500f..94f2e686f4fe14f71448a91cf358e18ccadae058 100644 (file)
@@ -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;
     }
   }