notifs: disable listview interactivity
This commit is contained in:
parent
dbe4852ed6
commit
925c5176ae
2 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ Item {
|
||||||
clip: true
|
clip: true
|
||||||
orientation: Qt.Vertical
|
orientation: Qt.Vertical
|
||||||
spacing: Appearance.spacing.smaller
|
spacing: Appearance.spacing.smaller
|
||||||
|
interactive: false
|
||||||
|
|
||||||
delegate: Notification {}
|
delegate: Notification {}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ StyledRect {
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
preventStealing: true
|
|
||||||
cursorShape: pressed ? Qt.ClosedHandCursor : undefined
|
cursorShape: pressed ? Qt.ClosedHandCursor : undefined
|
||||||
acceptedButtons: Qt.LeftButton | Qt.MiddleButton
|
acceptedButtons: Qt.LeftButton | Qt.MiddleButton
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue