From: Mikael Magnusson Date: Fri, 18 Aug 2006 19:48:48 +0000 (+0000) Subject: make grips always 25 pixels X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=5d40209fbddcfc523ffadb52fcfd83dee219a73c;p=chaz%2Fopenbox make grips always 25 pixels --- diff --git a/render/theme.c b/render/theme.c index 0185469c..6c0316b9 100644 --- a/render/theme.c +++ b/render/theme.c @@ -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; }