layout: Fix tile
This commit is contained in:
parent
24fe19225a
commit
793525064a
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user