X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/221ed5767f7ef4d51b0bbef50ec9f53edfaa46f2..b5a7cdc076ec7a35990b2da37a4b7b81a9cc8f85:/src/gtk1/settings.cpp diff --git a/src/gtk1/settings.cpp b/src/gtk1/settings.cpp index 5bcfff6c21..9aed45b5a9 100644 --- a/src/gtk1/settings.cpp +++ b/src/gtk1/settings.cpp @@ -349,7 +349,9 @@ int wxSystemSettingsNative::GetMetric( wxSystemMetric index ) // VZ: is there any way to get the cursor size with GDK? case wxSYS_CURSOR_X: return 16; case wxSYS_CURSOR_Y: return 16; - + // MBN: ditto for icons + case wxSYS_ICON_X: return 32; + case wxSYS_ICON_Y: return 32; default: wxFAIL_MSG( wxT("wxSystemSettings::GetMetric not fully implemented") ); return 0;