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 25
25
DockPanel.Dock=" Top"
26
26
Spacing =" 15" >
27
27
<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 " />
29
29
<Button IsVisible =" {Binding !HasValidOAuthToken}"
30
30
IsEnabled =" {Binding !LoggingIn}"
31
31
Command =" {Binding OnPerformLogin}"
34
34
Login
35
35
</Button >
36
36
<StackPanel IsVisible =" {Binding HasValidOAuthToken}" Spacing =" 5" >
37
- <controls : Loading IsVisible =" {Binding DownloadingProfileImage}" />
37
+ <controls : Loading IsVisible =" {Binding DownloadingProfileImage}" Width = " 75 " Height = " 75 " />
38
38
<Border CornerRadius =" 75" Width =" 150" ClipToBounds =" True" IsVisible =" {Binding !DownloadingProfileImage}" >
39
39
<Image Source =" {Binding ProfileImage}" />
40
40
</Border >
You can’t perform that action at this time.
0 commit comments