1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

shorten modal duration

This commit is contained in:
bbedward
2025-08-28 10:12:48 -04:00
parent ddbebd8f7d
commit 77f40a7201
2 changed files with 2 additions and 1 deletions

View File

@@ -134,6 +134,7 @@ Singleton {
property color shadowMedium: Qt.rgba(0, 0, 0, 0.08)
property color shadowStrong: Qt.rgba(0, 0, 0, 0.3)
property int shorterDuration: 100
property int shortDuration: 150
property int mediumDuration: 300
property int longDuration: 500