mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Mainmenu: Remove space under mod list
This commit is contained in:
parent
0d40bb83a7
commit
29877dfb45
1 changed files with 1 additions and 1 deletions
|
@ -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 .. "]"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue