projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fff73f
)
make the labels one bigger than the text on the top and bottom
author
Dana Jansens
<danakj@orodu.net>
Sun, 23 Mar 2003 22:07:13 +0000
(22:07 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 23 Mar 2003 22:07:13 +0000
(22:07 +0000)
engines/openbox/openbox.c
patch
|
blob
|
history
diff --git
a/engines/openbox/openbox.c
b/engines/openbox/openbox.c
index f0f6eede72873a8392a97a18e466d8dd2388b61c..e9b5a391154f3600534db764f3ef6a2b3de0300a 100644
(file)
--- 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)