Set minimum height of 1 for padding

This commit is contained in:
Gabriel Tofvesson 2024-10-13 00:17:02 +02:00
parent 0574e0ab4b
commit 6f606d3758

View File

@ -434,7 +434,7 @@ local PAGES = {
} }
for i=#actions+1,1,-1 do 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 end
local bottomBarList = List:new { local bottomBarList = List:new {