diff --git a/itemcontroller.lua b/itemcontroller.lua index 6069200..ce43cb2 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -328,7 +328,13 @@ local PAGES = { local stuffContainer = Container:new{ [Children:getId()] = { - infoElements + Padding:new{ + top = 1, + left = 1, + right = 1, + bottom = 1, + element = infoElements, + } }, width = state.width, height = state.height,