diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-24 19:33:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-24 19:33:24 +0000 |
| commit | a385702349988828d34e1018900ce642666434e0 (patch) | |
| tree | fe739bde2a0b5eeaa2edcd3c3ecf4b1ff30a6507 | |
| parent | b61a41c6b12a181d70b9976080fde6accf558218 (diff) | |
position submenus correctly horizontally
| -rw-r--r-- | openbox/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
