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:
parent
b7cd08f66b
commit
fea1a8df4c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user