summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/menuframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c
index 212a8d9a..5c502d84 100644
--- a/openbox/menuframe.c
+++ b/openbox/menuframe.c
@@ -401,7 +401,7 @@ static void menu_frame_render(ObMenuFrame *self)
tw = MIN(tw, MAX_MENU_WIDTH) + ob_rr_theme->padding * 2;
w = MAX(w, tw);
- th = ob_rr_theme->mtitlefont_height + ob_rr_theme->padding * 2;
+ th = ob_rr_theme->menu_title_height;
h += (self->title_h = th + ob_rr_theme->bwidth);
XSetWindowBorderWidth(ob_display, self->title, ob_rr_theme->bwidth);