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
end,
colors.gray,
1,
math.ceil(state.width / 2),
-2
)
}
@ -614,7 +614,7 @@ local PAGES = {
local windowWrapper = Container:new{
[Children:getId()] = {
stuffContainer,
bottomBar
}
}