forked from Shinonome/dots-hyprland
not use anchors in children items in notif list view
This commit is contained in:
@@ -18,10 +18,9 @@ StyledListView { // Scrollable window
|
||||
required property int index
|
||||
required property var modelData
|
||||
popup: root.popup
|
||||
anchors.left: parent?.left
|
||||
anchors.right: parent?.right
|
||||
width: ListView.view.width // https://doc.qt.io/qt-6/qml-qtquick-listview.html
|
||||
notificationGroup: popup ?
|
||||
Notifications.popupGroupsByAppName[modelData] :
|
||||
Notifications.groupsByAppName[modelData]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user