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 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]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user