summaryrefslogtreecommitdiff
path: root/modules/lock/Content.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock/Content.qml')
-rw-r--r--modules/lock/Content.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml
index 6975a89..21c1331 100644
--- a/modules/lock/Content.qml
+++ b/modules/lock/Content.qml
@@ -8,17 +8,12 @@ RowLayout {
id: root
required property var lock
- property real centerScale
-
- anchors.fill: parent
- anchors.margins: Appearance.padding.large
spacing: Appearance.spacing.large * 2
ColumnLayout {
Layout.fillWidth: true
spacing: Appearance.spacing.normal
- scale: root.centerScale
StyledRect {
Layout.fillWidth: true
@@ -62,16 +57,12 @@ RowLayout {
}
Center {
- Layout.leftMargin: -(1 - scale) * implicitWidth / 2
- Layout.rightMargin: -(1 - scale) * implicitWidth / 2
- scale: root.centerScale
lock: root.lock
}
ColumnLayout {
Layout.fillWidth: true
spacing: Appearance.spacing.normal
- scale: root.centerScale
StyledRect {
Layout.fillWidth: true