]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: Don’t use top border height twice when calculating dimensions for floating...
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 17 Sep 2011 13:09:57 +0000 (14:09 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 17 Sep 2011 13:09:57 +0000 (14:09 +0100)
src/floating.c

index 0266dfa2d5438921fcc6f39d8910d226b44292c1..15ff23fcf35504f5a3c0429784b4141ebc0b5ef3 100644 (file)
@@ -122,7 +122,7 @@ void floating_enable(Con *con, bool automatic) {
     /* add pixels for the decoration */
     /* TODO: don’t add them when the user automatically puts new windows into
      * 1pixel/borderless mode */
-    nc->rect.height += deco_height + 4;
+    nc->rect.height += deco_height + 2;
     nc->rect.width += 4;
 
     /* Some clients (like GIMP’s color picker window) get mapped