Skip to content

Commit

Permalink
Advanced settings menu: Centre setting edit box (#7778)
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Oct 11, 2018
1 parent 8fda8c9 commit b6adb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/dlg_settings_advanced.lua
Expand Up @@ -704,7 +704,7 @@ local function create_change_setting_formspec(dialogdata)
text = dialogdata.entered_text
end
end
formspec = formspec .. "field[0.5,4;" .. width .. ",1;te_setting_value;;"
formspec = formspec .. "field[0.28,4;" .. width .. ",1;te_setting_value;;"
.. core.formspec_escape(text) .. "]"
end
return formspec
Expand Down

0 comments on commit b6adb7f

Please sign in to comment.