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 {
NumberAnimation {
duration: 350
duration: Style.animationNormal
easing.type: Easing.OutBack
}
}
Behavior on height {
NumberAnimation {
duration: 350
duration: Style.animationNormal
easing.type: Easing.OutBack
}
}