position submenus correctly horizontally
This commit is contained in:
parent
b61a41c6b1
commit
a385702349
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ void menu_control_mouseover(MenuEntry *self, gboolean enter) {
|
||||||
/* TODO: I don't understand why these bevels should be here.
|
/* TODO: I don't understand why these bevels should be here.
|
||||||
Something must be wrong in the width calculation */
|
Something must be wrong in the width calculation */
|
||||||
x = self->parent->location.x + self->parent->size.width +
|
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?*/
|
/* need to get the width. is this bad?*/
|
||||||
menu_render(self->submenu);
|
menu_render(self->submenu);
|
||||||
|
|
Loading…
Reference in a new issue