line up the top coords box nicer

This commit is contained in:
Dana Jansens 2007-04-23 20:20:04 +00:00
parent 2f74990c6d
commit b22cdc9f70

View file

@ -82,7 +82,7 @@ static void popup_coords(ObClient *c, const gchar *format, gint a, gint b)
popup_position(popup, SouthGravity, popup_position(popup, SouthGravity,
c->frame->area.x c->frame->area.x
+ c->frame->area.width/2, + c->frame->area.width/2,
c->frame->area.y); c->frame->area.y - ob_rr_theme->fbwidth);
else /* == "Center" */ else /* == "Center" */
popup_position(popup, CenterGravity, popup_position(popup, CenterGravity,
c->frame->area.x + c->frame->size.left + c->frame->area.x + c->frame->size.left +