X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fmenuframe.c;h=9455410c24e4001085f2f9d3d1c1dff713b489a6;hb=fc5b9a56121e1da230ae77dea0ef91979a4660e3;hp=0fba250a06d1ba6215298686f150e142dadc27d9;hpb=cbbda7a363e0be925072c77b521af5546b9d5da1;p=chaz%2Fopenbox diff --git a/openbox/menuframe.c b/openbox/menuframe.c index 0fba250a..9455410c 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -194,7 +194,7 @@ void menu_frame_place_topmenu(ObMenuFrame *self, gint x, gint y) y = self->client->frame->area.y + self->client->frame->size.top; } else { x -= self->area.width / 2; - y -= ob_rr_theme->mbwidth + self->title_h; + y -= self->title_h; } menu_frame_move(self, x, y); }