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 }
|
NumberAnimation { duration: 100 }
|
||||||
}
|
}
|
||||||
|
|
||||||
Behavior on minimumSize {
|
Behavior on minimumSize { HNumberAnimation { factor: 0.75 } }
|
||||||
HNumberAnimation {
|
|
||||||
overshoot: requireDefaultSize ? 1 : 4
|
|
||||||
factor: 0.75
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: resizeArea
|
id: resizeArea
|
||||||
|
|
Loading…
Reference in New Issue
Block a user