Skip to content

Commit

Permalink
Mainmenu: Remove space under mod list
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui authored and Zeno- committed May 1, 2016
1 parent 0d40bb8 commit 29877df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/tab_mods.lua
Expand Up @@ -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 .. "]"

Expand Down

0 comments on commit 29877df

Please sign in to comment.