diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-23 20:20:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-23 20:20:04 +0000 |
| commit | b22cdc9f70987b65aade076872eb5f04a37e2ff2 (patch) | |
| tree | 1810f8f2f1a9ba3c73f0f967c759ef8bb685f8ae /openbox | |
| parent | 2f74990c6dc413d514e76b3b655c219a1f51c4be (diff) | |
line up the top coords box nicer
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/moveresize.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 + |
