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 {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.topMargin: Tokens.spacing.largeIncreased
|
||||
Layout.bottomMargin: Tokens.spacing.medium
|
||||
Layout.topMargin: Tokens.spacing.extraExtraLarge * root.centerScale
|
||||
Layout.bottomMargin: Tokens.spacing.extraLarge * root.centerScale
|
||||
centerWidth: root.centerWidth
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue