mirror of
https://gitlab.com/luk3yx/minetest-flow.git
synced 2025-10-04 20:46:28 +02:00
Bugfix
This commit is contained in:
parent
61803b31ce
commit
43c2fc0f78
2
init.lua
2
init.lua
@ -374,7 +374,7 @@ local function expand(box)
|
||||
-- space if this is in a horizontal box.
|
||||
for node in pairs(expandable) do
|
||||
if node.type == "label" then
|
||||
local align = node.algin_h or "auto"
|
||||
local align = node.align_h or "auto"
|
||||
if align == "centre" or align == "center" or align == "fill" or
|
||||
(align == "auto" and node.expand) then
|
||||
align_types.fill(node, "x", "w", 0)
|
||||
|
Loading…
Reference in New Issue
Block a user