From: Dana Jansens Date: Mon, 23 Apr 2007 20:20:04 +0000 (+0000) Subject: line up the top coords box nicer X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=b22cdc9f70987b65aade076872eb5f04a37e2ff2;p=chaz%2Fopenbox line up the top coords box nicer --- diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 6d319924..1033d6b0 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -82,7 +82,7 @@ static void popup_coords(ObClient *c, const gchar *format, gint a, gint b) popup_position(popup, SouthGravity, c->frame->area.x + c->frame->area.width/2, - c->frame->area.y); + c->frame->area.y - ob_rr_theme->fbwidth); else /* == "Center" */ popup_position(popup, CenterGravity, c->frame->area.x + c->frame->size.left +