Fix positioning
This commit is contained in:
parent
fd25c3ee19
commit
6112a3561b
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user