From 6112a3561b1eb2048c6b49d60d0d89079688257b Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 07:38:51 +0200 Subject: [PATCH] Fix positioning --- itemcontroller.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itemcontroller.lua b/itemcontroller.lua index 4469553..5ce0be6 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -604,7 +604,7 @@ local PAGES = { return true end, colors.gray, - 1, + math.ceil(state.width / 2), -2 ) } @@ -614,7 +614,7 @@ local PAGES = { local windowWrapper = Container:new{ [Children:getId()] = { stuffContainer, - + bottomBar } }