make the labels one bigger than the text on the top and bottom
This commit is contained in:
parent
8fff73fa7a
commit
f3153710ea
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue