layout: Fix tile #2

This commit is contained in:
Martin Duquesnoy 2008-10-19 14:41:21 +02:00
parent 793525064a
commit 09646ddf85

View File

@ -252,7 +252,7 @@ tile(void)
if(i + 1 == n)
cgeo.height = (sgeo.y + sgeo.height) - cgeo.y - border;
else
cgeo.height = tileheight - border;
cgeo.height = tileheight - (border + conf.ttbarheight);
}
client_moveresize(c, cgeo, tags[seltag].resizehint);