all repos — openbox @ f3153710eaf2662f0c10f6c2265b2aa5b3a31390

openbox fork - make it a bit more like ryudo

make the labels one bigger than the text on the top and bottom
Dana Jansens danakj@orodu.net
commit

f3153710eaf2662f0c10f6c2265b2aa5b3a31390

parent

8fff73fa7a85c5744955befaf28c754673924afe

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

jump to
M engines/openbox/openbox.cengines/openbox/openbox.c

@@ -13,7 +13,7 @@

#include <X11/Xlib.h> #include <glib.h> -#define LABEL_HEIGHT (s_winfont_height) +#define LABEL_HEIGHT (s_winfont_height + 2) #define TITLE_HEIGHT (LABEL_HEIGHT + s_bevel * 2) #define HANDLE_Y(f) (f->innersize.top + f->frame.client->area.height + \ f->cbwidth)