Skip to content

Commit 8f9611b

Browse files
EzhhZeno-
authored andcommittedJan 7, 2017
Make column alignment consistent in advanced settings (#5004)
1 parent ce106a4 commit 8f9611b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎builtin/mainmenu/dlg_settings_advanced.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ end
544544

545545
local function create_settings_formspec(tabview, name, tabdata)
546546
local formspec = "size[12,6.5;true]" ..
547-
"tablecolumns[color;tree;text;text]" ..
547+
"tablecolumns[color;tree;text,width=32;text]" ..
548548
"tableoptions[background=#00000000;border=false]" ..
549549
"table[0,0;12,5.5;list_settings;"
550550

0 commit comments

Comments
 (0)
Please sign in to comment.