fix duplicate-property-binding in lock surface, update qmllint baseline

This commit is contained in:
Damocles 2026-04-18 15:52:01 +02:00
parent 3944f99316
commit 2a3fde4146
2 changed files with 2 additions and 4 deletions

View file

@ -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