not use anchors in children items in notif list view

This commit is contained in:
end-4
2025-11-15 17:22:32 +01:00
parent 24df9ce2e4
commit d990d68472
@@ -18,8 +18,7 @@ StyledListView { // Scrollable window
required property int index required property int index
required property var modelData required property var modelData
popup: root.popup popup: root.popup
anchors.left: parent?.left width: ListView.view.width // https://doc.qt.io/qt-6/qml-qtquick-listview.html
anchors.right: parent?.right
notificationGroup: popup ? notificationGroup: popup ?
Notifications.popupGroupsByAppName[modelData] : Notifications.popupGroupsByAppName[modelData] :
Notifications.groupsByAppName[modelData] Notifications.groupsByAppName[modelData]