From f6a6357c4808a8d220ea9fcfa7decd2dbaa00872 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 04:40:13 +0200 Subject: [PATCH] Set orientation for root element in REQUEST --- itemcontroller.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/itemcontroller.lua b/itemcontroller.lua index 7cc2836..e0007c5 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -572,6 +572,7 @@ local PAGES = { bindRequestButton(5) local stuffContainer = List:new{ + [Orientation:getId()] = Orientation.VERTICAL, [Children:getId()] = { paddedTitle, paddedRequestCount