From fe7ed25d7429e0546b97fea6c89e627853c669e3 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 04:18:13 +0200 Subject: [PATCH] Add request buttons to graphics tree --- itemcontroller.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/itemcontroller.lua b/itemcontroller.lua index 3aae8ff..7cc2836 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -571,13 +571,11 @@ local PAGES = { bindRequestButton(1) bindRequestButton(5) - local stuffContainer = Container:new{ + local stuffContainer = List:new{ [Children:getId()] = { - paddedTitle + paddedTitle, + paddedRequestCount }, - width = state.width, - height = state.height, - parent = state.monitor, onClick = function(e, x, y, s) state:setPage("GROUP_DETAIL", group) return true