the perfect workspace indicator

This commit is contained in:
end-4
2025-04-10 17:03:57 +02:00
parent 5c88c6a5a6
commit ff93725b28
5 changed files with 223 additions and 1 deletions
@@ -145,6 +145,10 @@ Singleton {
property int type: Easing.BezierSpline
property list<real> bezierCurve: [0, 0.55, 0.45, 1]
}
property QtObject menuDecel: QtObject {
property int duration: 250
property int type: Easing.OutCubic
}
}
}