[BUG] element-icon not working?
Closed this issue · 2 comments
Rofi version (rofi -v)
Version: 1.7.5
Configuration
https://gist.github.com/Garulf/e0997338caced7ffd1b7b59c110d79f2
Theme
https://gist.github.com/Garulf/ba2157c506d7777440db3feeb9d410ea
Timing report
No response
Launch command
rofi -modi mymenu:/home/garulf/Projects/game_menu/src/menu.py -show mymenu -show-icons -theme /home/garulf/Projects/game_menu/src/style.rasi
Step to reproduce
-
- Add
element-index
toelement
- Add
-
- Run with theme
-
- All index widgets are
...
(ellipses)
- All index widgets are
Expected behavior
Each element-index
should indicate the shortcut key number for easy selection.
Actual behavior
All element-index
widgets display ...
(ellipses)
Additional information
Strangely enough when using the -normal-window
option the element-index
shows the correct numbers.
Using wayland display server protocol
- No, I don't use the wayland display server protocol
I've checked if the issue exists in the latest stable release
- Yes, I have checked the problem exists in the latest stable version
Looks like this widget needs an explicit width
property or it does not display.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.