fix duplicate-property-binding in lock surface, update qmllint baseline
This commit is contained in:
parent
3944f99316
commit
2a3fde4146
2 changed files with 2 additions and 4 deletions
|
|
@ -121,14 +121,14 @@ WlSessionLockSurface {
|
|||
width: 320
|
||||
height: _col.height
|
||||
|
||||
opacity: 0
|
||||
scale: 0.9
|
||||
NumberAnimation on opacity {
|
||||
from: 0
|
||||
to: 1
|
||||
duration: 300
|
||||
easing.type: Easing.OutCubic
|
||||
}
|
||||
NumberAnimation on scale {
|
||||
from: 0.9
|
||||
to: 1
|
||||
duration: 300
|
||||
easing.type: Easing.OutCubic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue