From fece7532c2f31cb055c72df717c69ce148da9780 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Fri, 11 Oct 2024 23:05:25 +0200 Subject: [PATCH] Pad info list --- itemcontroller.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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,