diff options
author | sapier <Sapier at GMX dot net> | 2014-03-04 19:57:39 +0100 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2014-03-05 18:44:14 +0100 |
commit | a4e2198e4102f1dabc8f8720c2ace9c2fca8d999 (patch) | |
tree | b0287c27c99763e6cbda7f1990a5ce93397d7182 /builtin/modmgr.lua | |
parent | 062de11b4cff30861dd4e9eb56f131d821f34b51 (diff) | |
download | minetest-a4e2198e4102f1dabc8f8720c2ace9c2fca8d999.tar.gz minetest-a4e2198e4102f1dabc8f8720c2ace9c2fca8d999.tar.bz2 minetest-a4e2198e4102f1dabc8f8720c2ace9c2fca8d999.zip |
Replace pause and message menu by formspec ones
Diffstat (limited to 'builtin/modmgr.lua')
-rw-r--r-- | builtin/modmgr.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/modmgr.lua b/builtin/modmgr.lua index 11434ab3c..eeb65add1 100644 --- a/builtin/modmgr.lua +++ b/builtin/modmgr.lua @@ -422,7 +422,7 @@ function modmgr.dialog_configure_world() local mod = filterlist.get_list(modmgr.modlist)[modmgr.world_config_selected_mod] local retval = - "size[11,6.5]" .. + "size[11,6.5,true]" .. "label[0.5,-0.25;" .. fgettext("World:") .. "]" .. "label[1.75,-0.25;" .. worldspec.name .. "]" |