More hardcoded values fix

This commit is contained in:
quadbyte 2025-08-11 10:01:59 -04:00
parent f476fd243a
commit 503c7bf0d1

View file

@ -231,13 +231,13 @@ Item {
Behavior on width { Behavior on width {
NumberAnimation { NumberAnimation {
duration: 350 duration: Style.animationNormal
easing.type: Easing.OutBack easing.type: Easing.OutBack
} }
} }
Behavior on height { Behavior on height {
NumberAnimation { NumberAnimation {
duration: 350 duration: Style.animationNormal
easing.type: Easing.OutBack easing.type: Easing.OutBack
} }
} }