Skip to content

Commit

Permalink
Make column alignment consistent in advanced settings (#5004)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezhh authored and Zeno- committed Jan 7, 2017
1 parent ce106a4 commit 8f9611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/dlg_settings_advanced.lua
Expand Up @@ -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;"

Expand Down

0 comments on commit 8f9611b

Please sign in to comment.