summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-14 21:33:08 +0000
committerDana Jansens <danakj@orodu.net>2003-09-14 21:33:08 +0000
commit9decfe0d76d661ded94eced1f03c2ebfa2941bcc (patch)
tree9b4856cad4154694f3f28a9c33382242baca1733
parent1ce84062b4f84634c925a7ae2b729ba05b7c02ec (diff)
kill the padding in the menu title
-rw-r--r--openbox/menuframe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c
index b7f1379f..ecd2b590 100644
--- 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);