]> Dogcows Code - chaz/openbox/commitdiff
kill the padding in the menu title
authorDana Jansens <danakj@orodu.net>
Sun, 14 Sep 2003 21:33:08 +0000 (21:33 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 14 Sep 2003 21:33:08 +0000 (21:33 +0000)
openbox/menuframe.c

index b7f1379fab1cc73fd1053160d8ac9d2a703712d5..ecd2b59045340d6eabb83c06a41b0439fd9068ea 100644 (file)
@@ -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);
 
This page took 0.023645 seconds and 4 git commands to generate.