diff --git a/look-and-feel/contents/lockscreen/LockScreen.qml b/look-and-feel/contents/lockscreen/LockScreen.qml index 168ab520..8c3d73c6 100644 --- a/look-and-feel/contents/lockscreen/LockScreen.qml +++ b/look-and-feel/contents/lockscreen/LockScreen.qml @@ -11,6 +11,7 @@ Item { Rectangle { id: test color: "red" + opacity: .5 height: 100 width: parent.width y: parent.height / 2 - height / 2