From 6f606d37582f0cf3f7616ba5294cf384daf1c18f Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sun, 13 Oct 2024 00:17:02 +0200 Subject: [PATCH] Set minimum height of 1 for padding --- itemcontroller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itemcontroller.lua b/itemcontroller.lua index ca10626..8f2195b 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -434,7 +434,7 @@ local PAGES = { } for i=#actions+1,1,-1 do - table.insert(actions, i, Element:new{ width = 0, height = 0 }) + table.insert(actions, i, Element:new{ width = 0, height = 1 }) end local bottomBarList = List:new {