We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2affe21 commit f28f353Copy full SHA for f28f353
src/TwitchStreamingTools/Views/Pages/AccountView.axaml
@@ -30,8 +30,8 @@
30
VerticalContentAlignment="Top">
31
Login
32
</Button>
33
- <Border CornerRadius="100" Width="200" ClipToBounds="True">
34
- <Image Source="{Binding ProfileImage}" Width="200" />
+ <Border CornerRadius="75" Width="150" ClipToBounds="True">
+ <Image Source="{Binding ProfileImage}" />
35
</Border>
36
<StackPanel IsVisible="{Binding HasValidOAuthToken}" Spacing="5">
37
<Grid>
0 commit comments