poulp/zenipy

zlist - height not working

Closed this issue · 0 comments

Linux Mint 19 with python 3.6

That's my code:
(theList is a list with 69 elements)

columns = ["Result"]
zenipy.zlist(columns, theList, title='check my memory', width=900, height=600, timeout=None)

the window height increases with the number of elements.
is zlist not scrollable?