From 96f9db0d0c0ef9073be894162e5c6ea2db726b44 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 17 Sep 2003 06:21:35 +0000 Subject: api cleanups for render/theme.h --- openbox/menuframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox') 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); -- cgit v1.2.3