Skip to content

Commit f28f353

Browse files
feat: resizing profile image
1 parent 2affe21 commit f28f353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TwitchStreamingTools/Views/Pages/AccountView.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
VerticalContentAlignment="Top">
3131
Login
3232
</Button>
33-
<Border CornerRadius="100" Width="200" ClipToBounds="True">
34-
<Image Source="{Binding ProfileImage}" Width="200" />
33+
<Border CornerRadius="75" Width="150" ClipToBounds="True">
34+
<Image Source="{Binding ProfileImage}" />
3535
</Border>
3636
<StackPanel IsVisible="{Binding HasValidOAuthToken}" Spacing="5">
3737
<Grid>

0 commit comments

Comments
 (0)