mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-22 19:03:43 +01:00
Fix background
This commit is contained in:
parent
134fbf382d
commit
1def071029
1
init.lua
1
init.lua
@ -391,6 +391,7 @@ local function get_formspec(player_name)
|
||||
local fs = {}
|
||||
if not sfinv_only then
|
||||
fs[#fs + 1] = "size[" .. (data.iX - 0.35) .. "," .. (iY + 4) .. ";]"
|
||||
fs[#fs + 1] = "no_prepend[]"
|
||||
fs[#fs + 1] = "tooltip[size_inc;" .. S("Increase window size") .. "]"
|
||||
fs[#fs + 1] = "tooltip[size_dec;" .. S("Decrease window size") .. "]"
|
||||
fs[#fs + 1] = "image_button[" .. (data.iX * 0.47) ..
|
||||
|
Loading…
Reference in New Issue
Block a user