Spacing of listview elements #1253
Unanswered
canonicalmonty
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yeah, the expand on children is currently not implemented on the listview widget. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm using version 1.6.1 and made the following theme:
Running
echo -e "A\nB\nC\nD\nE" | rofi -dmenu -theme menu.rasi
gives:
![2021-01-10-174233_989x224_scrot](https://user-images.githubusercontent.com/59242684/104134905-4fc74e80-536b-11eb-843b-ffd91b382660.png)
From what I gathered from the wiki, the expand option should do what I want, but it doesn't seem to work with the listview elements. Is there a way to automatically make the elements equally spaced in the green zone?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions