make the labels one bigger than the text on the top and bottom

This commit is contained in:
Dana Jansens 2003-03-23 22:07:13 +00:00
parent 8fff73fa7a
commit f3153710ea

View 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)