FIX table row spacing
This commit is contained in:
parent
4106cb4427
commit
d4a5b74a52
|
@ -638,7 +638,7 @@ return function(config)
|
||||||
end
|
end
|
||||||
|
|
||||||
M.table_height = function(n)
|
M.table_height = function(n)
|
||||||
return ypad * 2 + gtable.header_padding + gtable.row_spacing * n
|
return ypad * 2 + gtable.header_padding + gtable.row_spacing * (n - 1)
|
||||||
end
|
end
|
||||||
|
|
||||||
M.make_text_table = function(x, y, w, n, label)
|
M.make_text_table = function(x, y, w, n, label)
|
||||||
|
|
Loading…
Reference in New Issue