DockMenu: no hover background color & width not adaptable
Description
-
The dock menu doesn't show the hover background color when an item is hovered. This is because the ColumnLayout has no width set.
-
The width of the dock menu doesn't adapt to the length of the entries. It seems that
calculateMenuWidth()calculates the correct width, but it doesn't update the width of the drawn window.
Screenshots
Environment
- Distro: CachyOS
- Compositor: Hyprland
- Noctalia-shell Version: 3.5.0
I just pushed an update for that, can you please test that and let me know if that fixes it for you?
This just fixes the background color issue, but doesn't change the width of the popup window:
I pushed another commit that should finally fix it (at least I can't seem to replicate it). @notiant
Yes, this solved the issue for me :)