summaryrefslogtreecommitdiff
path: root/internal.lua
diff options
context:
space:
mode:
Diffstat (limited to 'internal.lua')
-rw-r--r--internal.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal.lua b/internal.lua
index cad5a5d..8753f38 100644
--- a/internal.lua
+++ b/internal.lua
@@ -11,8 +11,7 @@ function unified_inventory.get_formspec(player, page)
local fsdata = nil
-- Background
- formspec = formspec .. "background[-0.19,-0.2;14.38,10.55;ui_form_bg.png]"
-
+ formspec = formspec .. "background[-0.19,-0.25;14.4,10.75;ui_form_bg.png]"
-- Current page
if unified_inventory.pages[page] then
fsdata = pagedef.get_formspec(player)