Fix positioning

This commit is contained in:
Gabriel Tofvesson 2024-10-12 07:38:51 +02:00
parent fd25c3ee19
commit 6112a3561b

View File

@ -604,7 +604,7 @@ local PAGES = {
return true return true
end, end,
colors.gray, colors.gray,
1, math.ceil(state.width / 2),
-2 -2
) )
} }
@ -614,7 +614,7 @@ local PAGES = {
local windowWrapper = Container:new{ local windowWrapper = Container:new{
[Children:getId()] = { [Children:getId()] = {
stuffContainer, stuffContainer,
bottomBar
} }
} }