make grips always 25 pixels
This commit is contained in:
parent
b78feb8a8f
commit
5d40209fbd
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
|
||||||
theme->padding * 2;
|
theme->padding * 2;
|
||||||
}
|
}
|
||||||
theme->button_size = theme->label_height - 2;
|
theme->button_size = theme->label_height - 2;
|
||||||
theme->grip_width = theme->title_height * 1.5;
|
theme->grip_width = 25;
|
||||||
|
|
||||||
return theme;
|
return theme;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue