1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Use formspec version 6 in the main menu (#13761)

This commit is contained in:
rubenwardy 2023-08-28 22:36:54 +01:00 committed by GitHub
parent 7b56daa236
commit 0cbf96cc83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 54 additions and 37 deletions

View file

@ -148,8 +148,7 @@ local function get_formspec(tabview, name, tabdata)
end
end
return table.concat(retval),
"size[15.5,7.1,false]real_coordinates[true]"
return table.concat(retval)
end
local function handle_doubleclick(pkg)