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 } }