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
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ shell/applets/TemperatureApplet.qml: Unqualified access [unqualified]
|
|||
shell/applets/VolumeApplet.qml: Unqualified access [unqualified]
|
||||
shell/lock/Lock.qml: Unqualified access [unqualified]
|
||||
shell/lock/LockAuth.qml: Unqualified access [unqualified]
|
||||
shell/lock/LockSurface.qml: Cannot combine value source and binding on property "opacity" [duplicate-property-binding]
|
||||
shell/lock/LockSurface.qml: Cannot combine value source and binding on property "scale" [duplicate-property-binding]
|
||||
shell/lock/LockSurface.qml: Unqualified access [unqualified]
|
||||
shell/modules/BackgroundOverlay.qml: Type PanelWindow is not creatable. [uncreatable-type]
|
||||
shell/modules/BacklightModule.qml: Member "screen" not found on type "QObject" [missing-property]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue