diff --git a/lookandfeel/contents/lockscreen/LockScreenUi.qml b/lookandfeel/contents/lockscreen/LockScreenUi.qml --- a/lookandfeel/contents/lockscreen/LockScreenUi.qml +++ b/lookandfeel/contents/lockscreen/LockScreenUi.qml @@ -107,10 +107,17 @@ } } - Clock { + ColumnLayout { + anchors.top: parent.top anchors.bottom: parent.verticalCenter - anchors.bottomMargin: units.gridUnit * 13 anchors.horizontalCenter: parent.horizontalCenter + Clock { + Layout.alignment: Qt.AlignBaseline + } + Item { + Layout.maximumHeight: units.gridUnit * 13 + Layout.fillHeight: true + } } ListModel {