summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-17 06:21:35 +0000
committerDana Jansens <danakj@orodu.net>2003-09-17 06:21:35 +0000
commit96f9db0d0c0ef9073be894162e5c6ea2db726b44 (patch)
tree24d7b647300eaedfa9dd14e92ab81618adcf7971 /openbox
parentad7fd99f1dd3ce402dfc27c4dbd790234e0b898e (diff)
api cleanups for render/theme.h
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);