all repos — openbox @ a385702349988828d34e1018900ce642666434e0

openbox fork - make it a bit more like ryudo

position submenus correctly horizontally
Dana Jansens danakj@orodu.net
commit

a385702349988828d34e1018900ce642666434e0

parent

b61a41c6b12a181d70b9976080fde6accf558218

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/menu.copenbox/menu.c

@@ -408,7 +408,7 @@ g_assert(!self->parent->invalid);

/* 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);