fix empty space when notification widget is hidden

This commit is contained in:
notiant
2025-12-23 00:54:18 +01:00
committed by GitHub
parent 63c2665072
commit 56b88c7fc1
@@ -62,6 +62,7 @@ NIconButton {
border.color: Style.capsuleBorderColor
border.width: Style.capsuleBorderWidth
visible: count > 0 || !hideWhenZero
opacity: (count > 0 || !hideWhenZero) ? 1.0 : 0.0
NPopupContextMenu {
id: contextMenu