]> Dogcows Code - chaz/openbox/commitdiff
make the labels one bigger than the text on the top and bottom
authorDana Jansens <danakj@orodu.net>
Sun, 23 Mar 2003 22:07:13 +0000 (22:07 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 23 Mar 2003 22:07:13 +0000 (22:07 +0000)
engines/openbox/openbox.c

index f0f6eede72873a8392a97a18e466d8dd2388b61c..e9b5a391154f3600534db764f3ef6a2b3de0300a 100644 (file)
@@ -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)
This page took 0.024398 seconds and 4 git commands to generate.