From: Dana Jansens Date: Sun, 23 Mar 2003 22:07:13 +0000 (+0000) Subject: make the labels one bigger than the text on the top and bottom X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=f3153710eaf2662f0c10f6c2265b2aa5b3a31390;p=chaz%2Fopenbox make the labels one bigger than the text on the top and bottom --- 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 #include -#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)