summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-23 22:07:13 +0000
committerDana Jansens <danakj@orodu.net>2003-03-23 22:07:13 +0000
commitf3153710eaf2662f0c10f6c2265b2aa5b3a31390 (patch)
tree8afd52805b4483418fbac639f37fb97c4ef0ad93
parent8fff73fa7a85c5744955befaf28c754673924afe (diff)
make the labels one bigger than the text on the top and bottom
-rw-r--r--engines/openbox/openbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/openbox/openbox.c b/engines/openbox/openbox.c
index f0f6eede..e9b5a391 100644
--- a/engines/openbox/openbox.c
+++ b/engines/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)