Skip to content

Commit b6adb7f

Browse files
authoredOct 11, 2018
Advanced settings menu: Centre setting edit box (#7778)
1 parent 8fda8c9 commit b6adb7f

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
@@ -704,7 +704,7 @@ local function create_change_setting_formspec(dialogdata)
704704
text = dialogdata.entered_text
705705
end
706706
end
707-
formspec = formspec .. "field[0.5,4;" .. width .. ",1;te_setting_value;;"
707+
formspec = formspec .. "field[0.28,4;" .. width .. ",1;te_setting_value;;"
708708
.. core.formspec_escape(text) .. "]"
709709
end
710710
return formspec

0 commit comments

Comments
 (0)
Please sign in to comment.