From 9decfe0d76d661ded94eced1f03c2ebfa2941bcc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 14 Sep 2003 21:33:08 +0000 Subject: [PATCH] kill the padding in the menu title --- openbox/menuframe.c | 2 -- 1 file changed, 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); -- 2.39.2