Got most of stuff perfect but still need one last thing (thanks for support btw) #1451
Answered
by
DaveDavenport
SolsticeSpectrum
asked this question in
Theming
-
So I already got fullscreen working and the colors too I need one last thing tho. I need there to be five results instead of four. |
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Sep 9, 2021
Replies: 1 comment 5 replies
-
Can you post your theme. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
DaveDavenport
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you post your theme.
If I remember correctly, in fullscreen mode the listview will fill the space allocated to it, so if your margin/padding leaves enough space for 4 rows, it shows 4 rows.
So you need to make sure there is enough space remaining to show 5 lines.
(This method is needed in fullscreen otherwise you get conflicting constraints that won't resolve)