From 0772f6deb7aa19bad3ee88a769e7b75d36d7f775 Mon Sep 17 00:00:00 2001 From: purian23 Date: Thu, 12 Feb 2026 22:46:40 -0500 Subject: [PATCH] Tweak expansion duration --- .../Notifications/Center/KeyboardNavigatedNotificationList.qml | 2 +- quickshell/Modules/Notifications/Center/NotificationCard.qml | 2 +- quickshell/Modules/Notifications/Popup/NotificationPopup.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/quickshell/Modules/Notifications/Center/KeyboardNavigatedNotificationList.qml b/quickshell/Modules/Notifications/Center/KeyboardNavigatedNotificationList.qml index 247156ba..b4c0fac5 100644 --- a/quickshell/Modules/Notifications/Center/KeyboardNavigatedNotificationList.qml +++ b/quickshell/Modules/Notifications/Center/KeyboardNavigatedNotificationList.qml @@ -93,7 +93,7 @@ DankListView { } width: ListView.view.width - height: isDismissing ? 0 : notificationCard.targetHeight + height: isDismissing ? 0 : notificationCard.height clip: isDismissing || notificationCard.isAnimating NotificationCard { diff --git a/quickshell/Modules/Notifications/Center/NotificationCard.qml b/quickshell/Modules/Notifications/Center/NotificationCard.qml index a9a58f16..48770aaf 100644 --- a/quickshell/Modules/Notifications/Center/NotificationCard.qml +++ b/quickshell/Modules/Notifications/Center/NotificationCard.qml @@ -747,7 +747,7 @@ Rectangle { Menu { id: notificationCardContextMenu width: 220 - closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent + closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside background: Rectangle { color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency) diff --git a/quickshell/Modules/Notifications/Popup/NotificationPopup.qml b/quickshell/Modules/Notifications/Popup/NotificationPopup.qml index 87a8a14d..90f601dc 100644 --- a/quickshell/Modules/Notifications/Popup/NotificationPopup.qml +++ b/quickshell/Modules/Notifications/Popup/NotificationPopup.qml @@ -817,7 +817,7 @@ PanelWindow { Menu { id: popupContextMenu width: 220 - closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent + closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside background: Rectangle { color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency)