diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml index 176dc8e5..5bf0ee83 100644 --- a/modules/lock/Content.qml +++ b/modules/lock/Content.qml @@ -18,6 +18,7 @@ RowLayout { ColumnLayout { Layout.fillWidth: true spacing: Appearance.spacing.normal + scale: root.centerScale StyledRect { Layout.fillWidth: true @@ -64,6 +65,7 @@ RowLayout { ColumnLayout { Layout.fillWidth: true spacing: Appearance.spacing.normal + scale: root.centerScale StyledRect { Layout.fillWidth: true diff --git a/modules/lock/Media.qml b/modules/lock/Media.qml index 749db4da..e1794982 100644 --- a/modules/lock/Media.qml +++ b/modules/lock/Media.qml @@ -97,7 +97,7 @@ Item { RowLayout { Layout.alignment: Qt.AlignHCenter - Layout.topMargin: Appearance.spacing.large * 1.5 + Layout.topMargin: Appearance.spacing.large * 1.2 Layout.bottomMargin: Appearance.padding.large spacing: Appearance.spacing.large