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,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]
}
}
}