diff options
Diffstat (limited to 'components/package/contents/ui/Avatar.qml')
-rw-r--r-- | components/package/contents/ui/Avatar.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/Avatar.qml b/components/package/contents/ui/Avatar.qml index 33d6733c..6258394d 100644 --- a/components/package/contents/ui/Avatar.qml +++ b/components/package/contents/ui/Avatar.qml | |||
@@ -41,7 +41,7 @@ Rectangle { | |||
41 | } | 41 | } |
42 | } | 42 | } |
43 | 43 | ||
44 | radius: 2 | 44 | radius: 100 |
45 | 45 | ||
46 | color: calcColor(name.length) | 46 | color: calcColor(name.length) |
47 | 47 | ||