all repos — openbox @ 55c424d38bb119bd04199ed5e73b035b00474dd9

openbox fork - make it a bit more like ryudo

put text centered in the popup dialog properly
Dana Jansens danakj@orodu.net
commit

55c424d38bb119bd04199ed5e73b035b00474dd9

parent

1617489f20920f9f3ca634794f4a08589c32cd14

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

jump to
M openbox/framerender.copenbox/framerender.c

@@ -228,6 +228,10 @@ a = theme_app_hilite_label;

a->texture[0].data.text.string = text; RECT_SET(a->area, 0, 0, sz->width, sz->height); a->texture[0].position = a->area; + a->texture[0].position.x += theme_bevel; + a->texture[0].position.y += theme_bevel; + a->texture[0].position.width -= theme_bevel * 2; + a->texture[0].position.height -= theme_bevel * 2; XSetWindowBorderWidth(ob_display, win, theme_bwidth); XSetWindowBorder(ob_display, win, theme_b_color->pixel);