1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-16 08:05:19 -04:00

Tweak expansion duration

This commit is contained in:
purian23
2026-02-12 22:46:40 -05:00
committed by bbedward
parent 0ffeed3ff0
commit 0772f6deb7
3 changed files with 3 additions and 3 deletions
@@ -93,7 +93,7 @@ DankListView {
} }
width: ListView.view.width width: ListView.view.width
height: isDismissing ? 0 : notificationCard.targetHeight height: isDismissing ? 0 : notificationCard.height
clip: isDismissing || notificationCard.isAnimating clip: isDismissing || notificationCard.isAnimating
NotificationCard { NotificationCard {
@@ -747,7 +747,7 @@ Rectangle {
Menu { Menu {
id: notificationCardContextMenu id: notificationCardContextMenu
width: 220 width: 220
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
background: Rectangle { background: Rectangle {
color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency) color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency)
@@ -817,7 +817,7 @@ PanelWindow {
Menu { Menu {
id: popupContextMenu id: popupContextMenu
width: 220 width: 220
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
background: Rectangle { background: Rectangle {
color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency) color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency)