[BUG] Listview Does Not Display the Correct Number of Lines Set in Config.rasi #1788
-
Rofi version (rofi -v)Version: 1.7.5 Configurationhttps://gist.github.com/Horuyuki/89fd021369aa92c954fa0d3a6e24970b Themehttps://gist.github.com/Horuyuki/5a0cf72ec81871d26f87d123d0db012a Timing reportG_MESSAGES_DEBUG=Timings set. bash: set.: command not found Launch commandrofi -show drun Step to reproduce
Expected behavior
Actual behavior
Additional informationhttps://i.imgur.com/S4UnW0j.png Arch linux Please let me know if you need any information. I did see this issue in another thread, but I did not install rofi from build files, but rather the repos, therefore I do not know how to patch it. Issue that mentioned it: #1190 Using wayland display server protocol
Update 1Setting the width and height to 40% helped the chin problem, but there is still a little bit left, and the number shown is still incorrect. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You have conflicting constraints. You set a height and set number of lines. If you set height, the number of lines is based on how many rows fit in the space given to the listview. |
Beta Was this translation helpful? Give feedback.
-
You might also want to set |
Beta Was this translation helpful? Give feedback.
You have conflicting constraints. You set a height and set number of lines. If you set height, the number of lines is based on how many rows fit in the space given to the listview.
(making height of all widgets 30% is a weird requirement)