Make profile edit avatar 256px instead of 240
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user