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 {
Layout.fillWidth: true
Layout.alignment: Qt.AlignCenter
boothWidth: Math.min(224, root.width - 100) + 50
boothWidth: 180
onImageAcquired: SettingsAdapter.setCurrAccAvatar(imgBase64)
......@@ -105,4 +105,4 @@ ColumnLayout {
onEditingFinished: AccountAdapter.setCurrAccDisplayName(text)
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment