]> Dogcows Code - chaz/openbox/commitdiff
line up the top coords box nicer
authorDana Jansens <danakj@orodu.net>
Mon, 23 Apr 2007 20:20:04 +0000 (20:20 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 23 Apr 2007 20:20:04 +0000 (20:20 +0000)
openbox/moveresize.c

index 6d319924f74ca1e798f403bf698c4af98521b37b..1033d6b0184268cd73b2dd9694dd4ecc092452cd 100644 (file)
@@ -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 +
This page took 0.027895 seconds and 4 git commands to generate.