mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Whitespace
This commit is empty when shown with '-w' - it just updates the
indentation after commit c00804eff6
("QML UI: always start edit at top
of page").
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c00804eff6
commit
deff17fa36
1 changed files with 20 additions and 20 deletions
|
@ -85,31 +85,31 @@ Kirigami.Page {
|
||||||
from: "view"
|
from: "view"
|
||||||
to: "*"
|
to: "*"
|
||||||
ParallelAnimation {
|
ParallelAnimation {
|
||||||
SequentialAnimation {
|
SequentialAnimation {
|
||||||
|
NumberAnimation {
|
||||||
|
target: detailsEditFlickable
|
||||||
|
properties: "visible"
|
||||||
|
from: 0
|
||||||
|
to: 1
|
||||||
|
duration: 10
|
||||||
|
}
|
||||||
|
ScaleAnimator {
|
||||||
|
target: detailsEditFlickable
|
||||||
|
from: 0.3
|
||||||
|
to: 1
|
||||||
|
duration: 400
|
||||||
|
easing.type: Easing.InOutQuad
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
target: detailsEditFlickable
|
target: detailsEditFlickable
|
||||||
properties: "visible"
|
property: "contentY"
|
||||||
from: 0
|
to: 0
|
||||||
to: 1
|
duration: 200
|
||||||
duration: 10
|
|
||||||
}
|
|
||||||
ScaleAnimator {
|
|
||||||
target: detailsEditFlickable
|
|
||||||
from: 0.3
|
|
||||||
to: 1
|
|
||||||
duration: 400
|
|
||||||
easing.type: Easing.InOutQuad
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NumberAnimation {
|
|
||||||
target: detailsEditFlickable
|
|
||||||
property: "contentY"
|
|
||||||
to: 0
|
|
||||||
duration: 200
|
|
||||||
easing.type: Easing.InOutQuad
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
Transition {
|
Transition {
|
||||||
from: "*"
|
from: "*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue