]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/settings.cpp
Partially applied patch [ 763900 ] fix for vertical toolbar
[wxWidgets.git] / src / motif / settings.cpp
index e8d4c9b01b2221b8565c2a62f86735bf094e1f4e..91f8fc631b76d223e3f22281c3ca98f929b4e97e 100644 (file)
@@ -181,6 +181,9 @@ int wxSystemSettingsNative::GetMetric(wxSystemMetric index)
 {
     switch ( index)
     {
+        case wxSYS_HSCROLL_Y:
+        case wxSYS_VSCROLL_X:
+            return 15;
         case wxSYS_MOUSE_BUTTONS:
             // TODO
         case wxSYS_BORDER_X:
@@ -233,10 +236,6 @@ int wxSystemSettingsNative::GetMetric(wxSystemMetric index)
             // TODO
         case wxSYS_SMALLICON_Y:
             // TODO
-        case wxSYS_HSCROLL_Y:
-            // TODO
-        case wxSYS_VSCROLL_X:
-            // TODO
         case wxSYS_VSCROLL_ARROW_X:
             // TODO
         case wxSYS_VSCROLL_ARROW_Y: