]> Dogcows Code - chaz/openbox/commitdiff
position submenus correctly horizontally
authorDana Jansens <danakj@orodu.net>
Tue, 24 Jun 2003 19:33:24 +0000 (19:33 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 24 Jun 2003 19:33:24 +0000 (19:33 +0000)
openbox/menu.c

index 29e6677d55988804ee20ec6ba4cc92bbd06a750d..b67b76a6b3c64c52b916567848ea05295d061ff3 100644 (file)
@@ -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);
This page took 0.024382 seconds and 4 git commands to generate.