Pad info list
This commit is contained in:
parent
31f53ef521
commit
fece7532c2
@ -328,7 +328,13 @@ local PAGES = {
|
|||||||
|
|
||||||
local stuffContainer = Container:new{
|
local stuffContainer = Container:new{
|
||||||
[Children:getId()] = {
|
[Children:getId()] = {
|
||||||
infoElements
|
Padding:new{
|
||||||
|
top = 1,
|
||||||
|
left = 1,
|
||||||
|
right = 1,
|
||||||
|
bottom = 1,
|
||||||
|
element = infoElements,
|
||||||
|
}
|
||||||
},
|
},
|
||||||
width = state.width,
|
width = state.width,
|
||||||
height = state.height,
|
height = state.height,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user