]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
remove debug print
[chaz/openbox] / 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.024747 seconds and 4 git commands to generate.