mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix empty space when notification widget is hidden
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user