Set minimum height of 1 for padding
This commit is contained in:
parent
0574e0ab4b
commit
6f606d3758
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user