From c96bef3d3cd4d53c5f5350abfce05a224b87430d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 22 May 2025 14:28:17 +0200 Subject: [PATCH] remove unnecessary contentheight on listview --- .../modules/sidebarRight/notifications/NotificationList.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/quickshell/modules/sidebarRight/notifications/NotificationList.qml b/.config/quickshell/modules/sidebarRight/notifications/NotificationList.qml index bd5f3532..0c6e7314 100644 --- a/.config/quickshell/modules/sidebarRight/notifications/NotificationList.qml +++ b/.config/quickshell/modules/sidebarRight/notifications/NotificationList.qml @@ -17,7 +17,6 @@ Item { anchors.right: parent.right anchors.top: parent.top anchors.bottom: statusRow.top - contentHeight: columnLayout.height clip: true layer.enabled: true