all repos — openbox @ 5d40209fbddcfc523ffadb52fcfd83dee219a73c

openbox fork - make it a bit more like ryudo

make grips always 25 pixels
Mikael Magnusson mikachu@comhem.se
commit

5d40209fbddcfc523ffadb52fcfd83dee219a73c

parent

b78feb8a8f1f2c7a7ec047c14ec9f05c773943f3

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M render/theme.crender/theme.c

@@ -904,7 +904,7 @@ theme->menu_title_height = theme->menu_title_font_height +

theme->padding * 2; } theme->button_size = theme->label_height - 2; - theme->grip_width = theme->title_height * 1.5; + theme->grip_width = 25; return theme; }