diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-18 19:48:48 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-18 19:48:48 +0000 |
| commit | 5d40209fbddcfc523ffadb52fcfd83dee219a73c (patch) | |
| tree | 0e5dbc2c8a63b40c2d044890da7a17cc38056650 | |
| parent | b78feb8a8f1f2c7a7ec047c14ec9f05c773943f3 (diff) | |
make grips always 25 pixels
| -rw-r--r-- | render/theme.c | 2 |
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; } |
