mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Advanced settings menu: Centre setting edit box (#7778)
This commit is contained in:
parent
8fda8c9580
commit
b6adb7f09e
1 changed files with 1 additions and 1 deletions
|
@ -704,7 +704,7 @@ local function create_change_setting_formspec(dialogdata)
|
||||||
text = dialogdata.entered_text
|
text = dialogdata.entered_text
|
||||||
end
|
end
|
||||||
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) .. "]"
|
.. core.formspec_escape(text) .. "]"
|
||||||
end
|
end
|
||||||
return formspec
|
return formspec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue