1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 12:52:06 -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

View File

@@ -93,7 +93,7 @@ DankListView {
}
width: ListView.view.width
height: isDismissing ? 0 : notificationCard.targetHeight
height: isDismissing ? 0 : notificationCard.height
clip: isDismissing || notificationCard.isAnimating
NotificationCard {

View File

@@ -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)

View File

@@ -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)