diff --git a/dots/.config/quickshell/ii/modules/common/widgets/NotificationListView.qml b/dots/.config/quickshell/ii/modules/common/widgets/NotificationListView.qml index 1b68059d0..ec76349bb 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/NotificationListView.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/NotificationListView.qml @@ -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] } -} \ No newline at end of file +}