fix: improve lock center spacing scaling

This commit is contained in:
2 * r + 2 * t 2026-06-03 00:16:28 +10:00
parent b620f4c772
commit dd8cf886ad

View file

@ -34,8 +34,8 @@ ColumnLayout {
ProfilePic { ProfilePic {
Layout.alignment: Qt.AlignHCenter Layout.alignment: Qt.AlignHCenter
Layout.topMargin: Tokens.spacing.largeIncreased Layout.topMargin: Tokens.spacing.extraExtraLarge * root.centerScale
Layout.bottomMargin: Tokens.spacing.medium Layout.bottomMargin: Tokens.spacing.extraLarge * root.centerScale
centerWidth: root.centerWidth centerWidth: root.centerWidth
} }