summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/theme.c2
1 files changed, 1 insertions, 1 deletions
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;
}