projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d40bb8
)
Mainmenu: Remove space under mod list
author
Rui
<Rui914@users.noreply.github.com>
Sat, 30 Apr 2016 08:09:59 +0000
(17:09 +0900)
committer
Craig Robbins
<kde.psych@gmail.com>
Sun, 1 May 2016 04:16:37 +0000
(14:16 +1000)
builtin/mainmenu/tab_mods.lua
patch
|
blob
|
history
diff --git
a/builtin/mainmenu/tab_mods.lua
b/builtin/mainmenu/tab_mods.lua
index 69027c015db06cee8b6b219b0b096f64475fb297..5b59aa1107c3467d15a34961ee3f4f2c8718b0ac 100644
(file)
--- a/
builtin/mainmenu/tab_mods.lua
+++ b/
builtin/mainmenu/tab_mods.lua
@@
-28,7
+28,7
@@
local function get_formspec(tabview, name, tabdata)
local retval =
"label[0.05,-0.25;".. fgettext("Installed Mods:") .. "]" ..
- "textlist[0,0.25;5.1,
4.3
5;modlist;" ..
+ "textlist[0,0.25;5.1,5;modlist;" ..
modmgr.render_modlist(modmgr.global_mods) ..
";" .. tabdata.selected_mod .. "]"