File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/TwitchStreamingTools/Views/Pages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 DockPanel.Dock=" Top"
2626 Spacing =" 15" >
2727 <Image Width =" 200" Source =" /Assets/twitch-wordart.png" />
28- <controls : Loading IsVisible =" {Binding ! LoggingIn}" Width =" 50 " Height =" 50 " />
28+ <controls : Loading IsVisible =" {Binding LoggingIn}" Width =" 75 " Height =" 75 " />
2929 <Button IsVisible =" {Binding !HasValidOAuthToken}"
3030 IsEnabled =" {Binding !LoggingIn}"
3131 Command =" {Binding OnPerformLogin}"
3434 Login
3535 </Button >
3636 <StackPanel IsVisible =" {Binding HasValidOAuthToken}" Spacing =" 5" >
37- <controls : Loading IsVisible =" {Binding DownloadingProfileImage}" />
37+ <controls : Loading IsVisible =" {Binding DownloadingProfileImage}" Width = " 75 " Height = " 75 " />
3838 <Border CornerRadius =" 75" Width =" 150" ClipToBounds =" True" IsVisible =" {Binding !DownloadingProfileImage}" >
3939 <Image Source =" {Binding ProfileImage}" />
4040 </Border >
You can’t perform that action at this time.
0 commit comments