Make profile edit avatar 256px instead of 240

This commit is contained in:
miruka 2019-07-18 23:52:51 -04:00
parent 2cf0864b18
commit 28b6114218

View File

@ -10,7 +10,7 @@ import "../../utils.js" as Utils
HPage {
id: editAccount
property int avatarPreferredSize: theme.minimumSupportedWidth
property int avatarPreferredSize: 256
property string userId: ""
readonly property var userInfo: users.find(userId)