line up the top coords box nicer
This commit is contained in:
parent
2f74990c6d
commit
b22cdc9f70
1 changed files with 1 additions and 1 deletions
|
@ -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 +
|
||||||
|
|
Loading…
Reference in a new issue