diff options
Diffstat (limited to 'modules/lock/Content.qml')
| -rw-r--r-- | modules/lock/Content.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml index 176dc8e..5bf0ee8 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 |