Navigation Menu

Skip to content

Commit

Permalink
Make the primary, flow-advancing action the right-most (#7594)
Browse files Browse the repository at this point in the history
  • Loading branch information
texmex authored and SmallJoker committed Jul 31, 2018
1 parent 654f573 commit 6afbb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/mainmenu/tab_local.lua
Expand Up @@ -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")) .. "]"..
Expand Down

0 comments on commit 6afbb06

Please sign in to comment.