diff --git a/modules/notification/Notification.qml b/modules/notification/Notification.qml index 3698a5d..8a9c631 100644 --- a/modules/notification/Notification.qml +++ b/modules/notification/Notification.qml @@ -16,7 +16,7 @@ PanelWindow { anchors.left: true // implicitHeight: screen.height/6 - implicitHeight: contentHeight+(content.spacing*(notificationListModel.count-1)) + implicitHeight: Math.max(contentHeight+(content.spacing*(notificationListModel.count-1)), 0) implicitWidth: contentWidth