From b22cdc9f70987b65aade076872eb5f04a37e2ff2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 23 Apr 2007 20:20:04 +0000 Subject: [PATCH] line up the top coords box nicer --- openbox/moveresize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + -- 2.45.2