mirror of https://github.com/lcpz/lain.git
Update centerfair.lua
This commit is contained in:
parent
5725cf2861
commit
60febfc4dd
|
@ -104,7 +104,7 @@ function centerfair.arrange(p)
|
||||||
do
|
do
|
||||||
local remaining_clients = #cls-1
|
local remaining_clients = #cls-1
|
||||||
local ncol_min = math.ceil(remaining_clients/(num_x-1))
|
local ncol_min = math.ceil(remaining_clients/(num_x-1))
|
||||||
if ncol >= ncol_min
|
if ncol >= ncol_min
|
||||||
then
|
then
|
||||||
for i = (num_x-1), 1, -1 do
|
for i = (num_x-1), 1, -1 do
|
||||||
if (remaining_clients-i+1) < ncol
|
if (remaining_clients-i+1) < ncol
|
||||||
|
|
Loading…
Reference in New Issue