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:
1ce8406
)
kill the padding in the menu title
author
Dana Jansens
<danakj@orodu.net>
Sun, 14 Sep 2003 21:33:08 +0000
(21:33 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 14 Sep 2003 21:33:08 +0000
(21:33 +0000)
openbox/menuframe.c
patch
|
blob
|
history
diff --git
a/openbox/menuframe.c
b/openbox/menuframe.c
index b7f1379fab1cc73fd1053160d8ac9d2a703712d5..ecd2b59045340d6eabb83c06a41b0439fd9068ea 100644
(file)
--- a/
openbox/menuframe.c
+++ b/
openbox/menuframe.c
@@
-399,8
+399,6
@@
static void menu_frame_render(ObMenuFrame *self)
self->a_title->texture[0].data.text.string = self->menu->title;
RrMinsize(self->a_title, &tw, &th);
tw = MIN(tw, MAX_MENU_WIDTH);
- tw += 2*PADDING;
- th += 2*PADDING;
w = MAX(w, tw);
h += (self->title_h = th + ob_rr_theme->bwidth);