lock: fix size
This commit is contained in:
parent
87b491d8e7
commit
8392fbd8c7
1 changed files with 2 additions and 2 deletions
|
|
@ -138,14 +138,14 @@ WlSessionLockSurface {
|
|||
Anim {
|
||||
target: lockBg
|
||||
property: "implicitWidth"
|
||||
to: root.height * Config.lock.sizes.heightMult * Config.lock.sizes.ratio
|
||||
to: root.screen.height * Config.lock.sizes.heightMult * Config.lock.sizes.ratio
|
||||
duration: Appearance.anim.durations.expressiveDefaultSpatial
|
||||
easing.bezierCurve: Appearance.anim.curves.expressiveDefaultSpatial
|
||||
}
|
||||
Anim {
|
||||
target: lockBg
|
||||
property: "implicitHeight"
|
||||
to: root.height * Config.lock.sizes.heightMult
|
||||
to: root.screen.height * Config.lock.sizes.heightMult
|
||||
duration: Appearance.anim.durations.expressiveDefaultSpatial
|
||||
easing.bezierCurve: Appearance.anim.curves.expressiveDefaultSpatial
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue