diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-08 01:26:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-08 01:26:03 +0000 |
| commit | 56307d60773d0eaf65b10414cd0e3ec0b2adc156 (patch) | |
| tree | 11ead9f79518f347db5b51c4452b4211498d6497 /render/theme.c | |
| parent | b5af5ad3e8f2cd3c23d997970c4f9ec554936960 (diff) | |
a) remove the top_grip_height business from the theme
b) make the focus indicator based on border width and padding, not the handle height
c) add 2 more windows for the top corners for resizing, much easier to find them now. also base their width on padding, not the handle height or other weird things
Diffstat (limited to 'render/theme.c')
| -rw-r--r-- | render/theme.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/render/theme.c b/render/theme.c index 95b48896..4c38dbd2 100644 --- a/render/theme.c +++ b/render/theme.c @@ -987,8 +987,6 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name, } theme->button_size = theme->label_height - 2; theme->grip_width = 25; - theme->top_grip_height = MAX(theme->handle_height, - theme->title_height / 4); return theme; } |
