Make profile edit avatar 256px instead of 240
This commit is contained in:
parent
2cf0864b18
commit
28b6114218
|
@ -10,7 +10,7 @@ import "../../utils.js" as Utils
|
||||||
HPage {
|
HPage {
|
||||||
id: editAccount
|
id: editAccount
|
||||||
|
|
||||||
property int avatarPreferredSize: theme.minimumSupportedWidth
|
property int avatarPreferredSize: 256
|
||||||
|
|
||||||
property string userId: ""
|
property string userId: ""
|
||||||
readonly property var userInfo: users.find(userId)
|
readonly property var userInfo: users.find(userId)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user