File tree Expand file tree Collapse file tree 6 files changed +2
-288
lines changed
Expand file tree Collapse file tree 6 files changed +2
-288
lines changed Original file line number Diff line number Diff line change 7878 <DependentUpon >MainWindow.axaml</DependentUpon >
7979 <SubType >Code</SubType >
8080 </Compile >
81- <Compile Update =" Views\WindowsTitleBar.axaml.cs" >
82- <DependentUpon >WindowsTitleBar.axaml</DependentUpon >
83- <SubType >Code</SubType >
84- </Compile >
8581 <Compile Update =" Views\Pages\PageViewBase.axaml.cs" >
8682 <DependentUpon >PageViewBase.axaml</DependentUpon >
8783 <SubType >Code</SubType >
Original file line number Diff line number Diff line change 44 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
55 xmlns : viewModels =" clr-namespace:TwitchStreamingTools.ViewModels"
66 xmlns : m =" clr-namespace:TwitchStreamingTools.Models"
7- xmlns : views =" clr-namespace:TwitchStreamingTools.Views"
87 xmlns : controls =" clr-namespace:TwitchStreamingTools.Controls"
98 mc : Ignorable =" d"
109 d : DesignWidth =" 475"
1514 Height =" 650"
1615 CanResize =" True"
1716 WindowStartupLocation =" CenterScreen"
18- ExtendClientAreaToDecorationsHint =" True"
19- ExtendClientAreaChromeHints =" NoChrome"
20- ExtendClientAreaTitleBarHeightHint =" -1"
2117 x : Class =" TwitchStreamingTools.Views.MainWindow"
2218 x : DataType =" viewModels:MainWindowViewModel"
2319 Icon =" /Assets/logo.ico"
5955 <DockPanel HorizontalAlignment =" Stretch"
6056 VerticalAlignment =" Stretch"
6157 Name =" ContentWrapper" >
62- <views : WindowsTitleBar IsSeamless =" True" />
6358 <!-- The Application is Currently Updating and Not Usable!: This must come first because the final item always fills. -->
6459 <DockPanel Background =" Transparent" DockPanel.Dock=" Top" IsVisible =" {Binding IsUpdating}" >
6560 <StackPanel >
Original file line number Diff line number Diff line change 33 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
44 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
55 xmlns : viewModels =" clr-namespace:TwitchStreamingTools.ViewModels"
6- xmlns : views =" clr-namespace:TwitchStreamingTools.Views"
76 xmlns : controls =" clr-namespace:TwitchStreamingTools.Controls"
87 x : Name =" Window"
98 mc : Ignorable =" d" d : DesignWidth =" 500" d : DesignHeight =" 450"
109 x : Class =" TwitchStreamingTools.Views.NewVersionWindow"
1110 x : DataType =" viewModels:NewVersionWindowViewModel"
1211 WindowStartupLocation =" CenterOwner"
13- ExtendClientAreaToDecorationsHint =" True"
14- ExtendClientAreaChromeHints =" NoChrome"
15- ExtendClientAreaTitleBarHeightHint =" -1"
1612 SizeToContent =" WidthAndHeight"
1713 Icon =" /Assets/update.png"
1814 Title =" New Version Available"
2420 <DockPanel HorizontalAlignment =" Stretch"
2521 VerticalAlignment =" Stretch"
2622 Name =" ContentWrapper" >
27- <views : WindowsTitleBar IsSeamless =" True" />
2823 <StackPanel >
2924 <!-- The normal panel -->
3025 <StackPanel Margin =" 10" IsVisible =" {Binding !IsUpdating}" >
Original file line number Diff line number Diff line change 3535 </Button >
3636 <StackPanel IsVisible =" {Binding HasValidOAuthToken}" Spacing =" 5" >
3737 <controls : Loading IsVisible =" {Binding DownloadingProfileImage}" Width =" 75" Height =" 75" />
38- <Border CornerRadius =" 75" Width =" 150" ClipToBounds =" True" IsVisible =" {Binding !DownloadingProfileImage}" >
38+ <Border CornerRadius =" 75" Width =" 150" ClipToBounds =" True"
39+ IsVisible =" {Binding !DownloadingProfileImage}" >
3940 <Image Source =" {Binding ProfileImage}" />
4041 </Border >
4142 <Grid >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments