the centered menus thing got annoying :|

This commit is contained in:
Dana Jansens 2007-03-30 18:29:28 +00:00
parent e785e18a2c
commit 8d7cc2597e

View file

@ -193,7 +193,9 @@ void menu_frame_place_topmenu(ObMenuFrame *self, gint x, gint y)
x = self->client->frame->area.x + self->client->frame->size.left;
y = self->client->frame->area.y + self->client->frame->size.top;
} else {
x -= self->area.width / 2;
if (config_menu_middle) {
x -= self->area.width / 2;
}
y -= self->title_h;
}
menu_frame_move(self, x, y);