]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
center the text and icon vertically
[chaz/openbox] / openbox / menuframe.c
index a2760aa17881ec8f6c2cf6d1b74043c728748543..313bd6cff4d8b011d765516903ecb2c32794370d 100644 (file)
@@ -728,7 +728,7 @@ void menu_frame_render(ObMenuFrame *self)
             if (e->entry->data.separator.label != NULL) {
                 e->a_text_title->texture[0].data.text.string =
                     e->entry->data.separator.label;
-                tw = RrMinWidth(text_a);
+                tw = RrMinWidth(e->a_text_title);
                 tw = MIN(tw, MAX_MENU_WIDTH);
                 th = ob_rr_theme->menu_title_height +
                     (ob_rr_theme->mbwidth - PADDING) *2;
This page took 0.020105 seconds and 4 git commands to generate.