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
|
||||
id: dragManager
|
||||
anchors.fill: parent
|
||||
anchors.fill: root
|
||||
anchors.leftMargin: -notificationIcon.implicitWidth
|
||||
interactive: expanded
|
||||
automaticallyReset: false
|
||||
acceptedButtons: Qt.LeftButton
|
||||
|
||||
Reference in New Issue
Block a user