]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/settings.cpp
Added test.xpm generated from horse.png, for compilation.
[wxWidgets.git] / src / gtk1 / 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;
     }
   }