Skip to content
Snippets Groups Projects
Commit b685b8f8 authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Adrien Béraud
Browse files

settings: shrink the size of profile photo

Change-Id: I713bb08464a6ef3fde766fd34d204901c895d2ec
parent 61b62800
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ ColumnLayout { ...@@ -79,7 +79,7 @@ ColumnLayout {
Layout.fillWidth: true Layout.fillWidth: true
Layout.alignment: Qt.AlignCenter Layout.alignment: Qt.AlignCenter
boothWidth: Math.min(224, root.width - 100) + 50 boothWidth: 180
onImageAcquired: SettingsAdapter.setCurrAccAvatar(imgBase64) onImageAcquired: SettingsAdapter.setCurrAccAvatar(imgBase64)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment