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:
@@ -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
|
||||
|
Reference in New Issue
Block a user