X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd495ab3ea1282ddb8bb0cd0fb79fc758ae5fcee..b8b0e4022e105e102b5c7044638972a3fef38dc1:/src/mgl/settings.cpp diff --git a/src/mgl/settings.cpp b/src/mgl/settings.cpp index fc10a6bb0e..735674f249 100644 --- a/src/mgl/settings.cpp +++ b/src/mgl/settings.cpp @@ -18,13 +18,13 @@ wxColour wxSystemSettings::GetSystemColour(int WXUNUSED(index)) { // FIXME_MGL - return wxColour(255,255,0); + return wxColour(0,0,0); } wxFont wxSystemSettings::GetSystemFont(int WXUNUSED(index)) { // FIXME_MGL - return wxFont(12, wxSWISS, wxNORMAL, wxNORMAL); + return wxFont(10, wxSWISS, wxNORMAL, wxNORMAL, FALSE, "Arial"); } int wxSystemSettings::GetSystemMetric(int WXUNUSED(index))