mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 04:42:14 +00:00
notif items: make dragging area cover also the icon
This commit is contained in:
parent
20e517a7ca
commit
20a62d1fdc
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue