X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bdc18790e34d17edfc02f3e25edcb3425b38a8a..135ace6d7bc9a861b93b9482ad1518688bc6e6bd:/src/mgl/settings.cpp diff --git a/src/mgl/settings.cpp b/src/mgl/settings.cpp index fab6801169..bca51ecd13 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, wxMODERN, wxNORMAL, wxNORMAL); + return wxFont(9, wxSWISS, wxNORMAL, wxNORMAL); } int wxSystemSettings::GetSystemMetric(int WXUNUSED(index))