Remove overshoot from panes auto-expand animation

Caused pane to bounce every time their focus field were focused, even
when they were already at sufficiant size
This commit is contained in:
miruka 2020-07-14 04:29:09 -04:00
parent b7cd08f66b
commit fea1a8df4c

View File

@ -88,12 +88,7 @@ Drawer {
NumberAnimation { duration: 100 }
}
Behavior on minimumSize {
HNumberAnimation {
overshoot: requireDefaultSize ? 1 : 4
factor: 0.75
}
}
Behavior on minimumSize { HNumberAnimation { factor: 0.75 } }
Item {
id: resizeArea