Mainmenu: Remove space under mod list
authorRui <Rui914@users.noreply.github.com>
Sat, 30 Apr 2016 08:09:59 +0000 (17:09 +0900)
committerCraig Robbins <kde.psych@gmail.com>
Sun, 1 May 2016 04:16:37 +0000 (14:16 +1000)
builtin/mainmenu/tab_mods.lua

index 69027c015db06cee8b6b219b0b096f64475fb297..5b59aa1107c3467d15a34961ee3f4f2c8718b0ac 100644 (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 .. "]"