Mainmenu: Remove space under mod list

This commit is contained in:
Rui 2016-04-30 17:09:59 +09:00 committed by Craig Robbins
parent 0d40bb83a7
commit 29877dfb45
1 changed files with 1 additions and 1 deletions

View File

@ -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.35;modlist;" ..
"textlist[0,0.25;5.1,5;modlist;" ..
modmgr.render_modlist(modmgr.global_mods) ..
";" .. tabdata.selected_mod .. "]"