fix: improve lock center spacing scaling
This commit is contained in:
parent
b620f4c772
commit
dd8cf886ad
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue