From 233d3119e51fcc8972b667423658730e43ad1a2a Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 01:05:08 +0200 Subject: [PATCH] Fix button offset --- itemcontroller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itemcontroller.lua b/itemcontroller.lua index 34fd2ec..4800230 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -406,7 +406,7 @@ local PAGES = { }, Padding:new{ x = 1, - y = state.height - 3, + y = state.height - 2, top = 1, left = 1, right = 1,