layout: Fix tile

This commit is contained in:
Martin Duquesnoy 2008-10-19 14:34:54 +02:00
parent 24fe19225a
commit 793525064a

View File

@ -232,9 +232,9 @@ tile(void)
/* Remainder */
if(i + 1 == (n < nmaster ? n : nmaster))
cgeo.height = (sgeo.height - mastergeo.height * i);
cgeo.height = (sgeo.height - mastergeo.height * i) + conf.ttbarheight;
cgeo.height -= border;
cgeo.height -= border + conf.ttbarheight;
}
/* Tiled Client */