Make the primary, flow-advancing action the right-most (#7594)

This commit is contained in:
texmex 2018-07-31 22:00:42 +02:00 committed by SmallJoker
parent 654f57333f
commit 6afbb06c7e
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ local function get_formspec(tabview, name, tabdata)
retval = retval ..
"button[4,3.95;2.6,1;world_delete;".. fgettext("Delete") .. "]" ..
"button[6.5,3.95.15;2.8,1;world_create;".. fgettext("New") .. "]" ..
"button[9.2,3.95;2.5,1;world_configure;".. fgettext("Configure") .. "]" ..
"button[6.5,3.95;2.8,1;world_configure;".. fgettext("Configure") .. "]" ..
"button[9.2,3.95;2.5,1;world_create;".. fgettext("New") .. "]" ..
"label[4,-0.25;".. fgettext("Select World:") .. "]"..
"checkbox[0.25,0.25;cb_creative_mode;".. fgettext("Creative Mode") .. ";" ..
dump(core.settings:get_bool("creative_mode")) .. "]"..