From a385702349988828d34e1018900ce642666434e0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Jun 2003 19:33:24 +0000 Subject: [PATCH] position submenus correctly horizontally --- openbox/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/menu.c b/openbox/menu.c index 29e6677d..b67b76a6 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -408,7 +408,7 @@ void menu_control_mouseover(MenuEntry *self, gboolean enter) { /* TODO: I don't understand why these bevels should be here. Something must be wrong in the width calculation */ x = self->parent->location.x + self->parent->size.width + - ob_rr_theme->bevel; + ob_rr_theme->bwidth; /* need to get the width. is this bad?*/ menu_render(self->submenu); -- 2.44.0