From 4ee78dd7c26b2db0c84269c4cfa57ac017db0a4b Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 05:38:17 +0200 Subject: [PATCH] Remove ugly padding --- itemcontroller.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itemcontroller.lua b/itemcontroller.lua index edc08e8..01e7902 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -308,8 +308,8 @@ local PAGES = { end, GROUP_DETAIL = function(state, newPage) - local paddingSide = 1 - local paddingTop = 1 + local paddingSide = 0 + local paddingTop = 0 local group = state:getExtra() if group == nil then