Place buttons directly in wrapper
This commit is contained in:
parent
6112a3561b
commit
7fa0861084
@ -572,10 +572,10 @@ local PAGES = {
|
|||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
-- Anchored to (1,1)
|
||||||
local bottomBar = List:new{
|
local windowWrapper = Container:new{
|
||||||
[Orientation:getId()] = Orientation.HORIZONTAL,
|
|
||||||
[Children:getId()] = {
|
[Children:getId()] = {
|
||||||
|
stuffContainer,
|
||||||
paddedButton(
|
paddedButton(
|
||||||
"Fetch",
|
"Fetch",
|
||||||
state.width / 2,
|
state.width / 2,
|
||||||
@ -610,14 +610,6 @@ local PAGES = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Anchored to (1,1)
|
|
||||||
local windowWrapper = Container:new{
|
|
||||||
[Children:getId()] = {
|
|
||||||
stuffContainer,
|
|
||||||
bottomBar
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
-- Set up event management
|
-- Set up event management
|
||||||
local function updateDisplayState()
|
local function updateDisplayState()
|
||||||
@ -661,7 +653,7 @@ local PAGES = {
|
|||||||
|
|
||||||
updateDisplayState()
|
updateDisplayState()
|
||||||
|
|
||||||
return renderDefault(state, stuffContainer)
|
return renderDefault(state, windowWrapper)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user