forked from Shinonome/dots-hyprland
notif items: make dragging area cover also the icon
This commit is contained in:
@@ -60,7 +60,8 @@ Item { // Notification item area
|
|||||||
|
|
||||||
DragManager { // Drag manager
|
DragManager { // Drag manager
|
||||||
id: dragManager
|
id: dragManager
|
||||||
anchors.fill: parent
|
anchors.fill: root
|
||||||
|
anchors.leftMargin: -notificationIcon.implicitWidth
|
||||||
interactive: expanded
|
interactive: expanded
|
||||||
automaticallyReset: false
|
automaticallyReset: false
|
||||||
acceptedButtons: Qt.LeftButton
|
acceptedButtons: Qt.LeftButton
|
||||||
|
|||||||
Reference in New Issue
Block a user