lock: better init anim

This commit is contained in:
2 * r + 2 * t 2025-08-11 13:43:32 +10:00
parent 3d9926b990
commit 90f62b3a5b
2 changed files with 3 additions and 1 deletions

View file

@ -18,6 +18,7 @@ RowLayout {
ColumnLayout { ColumnLayout {
Layout.fillWidth: true Layout.fillWidth: true
spacing: Appearance.spacing.normal spacing: Appearance.spacing.normal
scale: root.centerScale
StyledRect { StyledRect {
Layout.fillWidth: true Layout.fillWidth: true
@ -64,6 +65,7 @@ RowLayout {
ColumnLayout { ColumnLayout {
Layout.fillWidth: true Layout.fillWidth: true
spacing: Appearance.spacing.normal spacing: Appearance.spacing.normal
scale: root.centerScale
StyledRect { StyledRect {
Layout.fillWidth: true Layout.fillWidth: true

View file

@ -97,7 +97,7 @@ Item {
RowLayout { RowLayout {
Layout.alignment: Qt.AlignHCenter Layout.alignment: Qt.AlignHCenter
Layout.topMargin: Appearance.spacing.large * 1.5 Layout.topMargin: Appearance.spacing.large * 1.2
Layout.bottomMargin: Appearance.padding.large Layout.bottomMargin: Appearance.padding.large
spacing: Appearance.spacing.large spacing: Appearance.spacing.large