forked from Mirrorlandia_minetest/minetest
Make column alignment consistent in advanced settings (#5004)
This commit is contained in:
parent
ce106a4113
commit
8f9611bcb2
@ -544,7 +544,7 @@ end
|
||||
|
||||
local function create_settings_formspec(tabview, name, tabdata)
|
||||
local formspec = "size[12,6.5;true]" ..
|
||||
"tablecolumns[color;tree;text;text]" ..
|
||||
"tablecolumns[color;tree;text,width=32;text]" ..
|
||||
"tableoptions[background=#00000000;border=false]" ..
|
||||
"table[0,0;12,5.5;list_settings;"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user