Skip to content

Commit

Permalink
프로필 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
murbong committed Mar 13, 2024
1 parent b920fce commit fe999a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Views/PlayerView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Image Source="{Binding DisplayedAvatarFrame}" Width="150" Height="150"/>
<Image Source="{Binding DisplayedAvatar}" Width="150" Height="150">
<Image.Clip>
<EllipseGeometry RadiusX="50" RadiusY="50" Center="75,75"></EllipseGeometry>
<EllipseGeometry RadiusX="55" RadiusY="55" Center="75,75"></EllipseGeometry>
</Image.Clip>
</Image>
<Image Source="{Binding DisplayedSuppressor}" Width="75" Height="75" HorizontalAlignment="Left" VerticalAlignment="Top"/>
Expand Down
2 changes: 1 addition & 1 deletion Views/UserChatView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<Image Source="{Binding DisplayedAvatar}" Width="100" Height="100">
<Image.Clip>
<EllipseGeometry RadiusX="45" RadiusY="45" Center="50,50"></EllipseGeometry>
<EllipseGeometry RadiusX="40" RadiusY="40" Center="50,50"></EllipseGeometry>
</Image.Clip>
</Image>
<Image Source="{Binding DisplayedAvatarFrame}" Width="100" Height="100"/>
Expand Down

0 comments on commit fe999a5

Please sign in to comment.