summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/notifications/Content.qml1
-rw-r--r--modules/notifications/Notification.qml1
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/notifications/Content.qml b/modules/notifications/Content.qml
index 75fcb31..0ea6935 100644
--- a/modules/notifications/Content.qml
+++ b/modules/notifications/Content.qml
@@ -37,6 +37,7 @@ Item {
clip: true
orientation: Qt.Vertical
spacing: Appearance.spacing.smaller
+ interactive: false
delegate: Notification {}
diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml
index c8516d3..a39b522 100644
--- a/modules/notifications/Notification.qml
+++ b/modules/notifications/Notification.qml
@@ -30,7 +30,6 @@ StyledRect {
anchors.fill: parent
hoverEnabled: true
- preventStealing: true
cursorShape: pressed ? Qt.ClosedHandCursor : undefined
acceptedButtons: Qt.LeftButton | Qt.MiddleButton