Skip to content

Commit

Permalink
Use scaleToZoom for user profile iamge
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Apr 24, 2024
1 parent 6f1a3ba commit e12417b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/login/UserItem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<component name="UserItem" extends="Group">
<children>
<LayoutGroup layoutDirection="vert">
<Poster id="profileImage" width="300" height="300" />
<Poster id="profileImage" width="300" height="300" loadDisplayMode="scaleToZoom" />
<Label id="profileName" horizAlign="center" vertAlign="center" font="font:SmallBoldSystemFont" color="#EBEBEB" height="64" width="300" />
</LayoutGroup>
</children>
Expand Down

0 comments on commit e12417b

Please sign in to comment.