notif items: make dragging area cover also the icon

This commit is contained in:
end-4 2025-05-25 23:55:16 +02:00
parent 20e517a7ca
commit 20a62d1fdc

View file

@ -60,7 +60,8 @@ Item { // Notification item area
DragManager { // Drag manager
id: dragManager
anchors.fill: parent
anchors.fill: root
anchors.leftMargin: -notificationIcon.implicitWidth
interactive: expanded
automaticallyReset: false
acceptedButtons: Qt.LeftButton