]> Dogcows Code - chaz/openbox/commitdiff
make grips always 25 pixels
authorMikael Magnusson <mikachu@comhem.se>
Fri, 18 Aug 2006 19:48:48 +0000 (19:48 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Fri, 18 Aug 2006 19:48:48 +0000 (19:48 +0000)
render/theme.c

index 0185469cafc8766819c88620440dc958f92f399c..6c0316b9d5be2e137a1fba0a111e2e6acb995b6e 100644 (file)
@@ -904,7 +904,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
             theme->padding * 2;
     }
     theme->button_size = theme->label_height - 2;
-    theme->grip_width = theme->title_height * 1.5;
+    theme->grip_width = 25;
 
     return theme;
 }
This page took 0.029246 seconds and 4 git commands to generate.