make grips always 25 pixels

This commit is contained in:
Mikael Magnusson 2006-08-18 19:48:48 +00:00
parent b78feb8a8f
commit 5d40209fbd

View file

@ -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;
}