Pad info list

This commit is contained in:
Gabriel Tofvesson 2024-10-11 23:05:25 +02:00
parent 31f53ef521
commit fece7532c2

View File

@ -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,