Add request buttons to graphics tree
This commit is contained in:
parent
bb5f246687
commit
fe7ed25d74
@ -571,13 +571,11 @@ local PAGES = {
|
|||||||
bindRequestButton(1)
|
bindRequestButton(1)
|
||||||
bindRequestButton(5)
|
bindRequestButton(5)
|
||||||
|
|
||||||
local stuffContainer = Container:new{
|
local stuffContainer = List:new{
|
||||||
[Children:getId()] = {
|
[Children:getId()] = {
|
||||||
paddedTitle
|
paddedTitle,
|
||||||
|
paddedRequestCount
|
||||||
},
|
},
|
||||||
width = state.width,
|
|
||||||
height = state.height,
|
|
||||||
parent = state.monitor,
|
|
||||||
onClick = function(e, x, y, s)
|
onClick = function(e, x, y, s)
|
||||||
state:setPage("GROUP_DETAIL", group)
|
state:setPage("GROUP_DETAIL", group)
|
||||||
return true
|
return true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user