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 78
78
<DependentUpon >MainWindow.axaml</DependentUpon >
79
79
<SubType >Code</SubType >
80
80
</Compile >
81
- <Compile Update =" Views\WindowsTitleBar.axaml.cs" >
82
- <DependentUpon >WindowsTitleBar.axaml</DependentUpon >
83
- <SubType >Code</SubType >
84
- </Compile >
85
81
<Compile Update =" Views\Pages\PageViewBase.axaml.cs" >
86
82
<DependentUpon >PageViewBase.axaml</DependentUpon >
87
83
<SubType >Code</SubType >
Original file line number Diff line number Diff line change 4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : viewModels =" clr-namespace:TwitchStreamingTools.ViewModels"
6
6
xmlns : m =" clr-namespace:TwitchStreamingTools.Models"
7
- xmlns : views =" clr-namespace:TwitchStreamingTools.Views"
8
7
xmlns : controls =" clr-namespace:TwitchStreamingTools.Controls"
9
8
mc : Ignorable =" d"
10
9
d : DesignWidth =" 475"
15
14
Height =" 650"
16
15
CanResize =" True"
17
16
WindowStartupLocation =" CenterScreen"
18
- ExtendClientAreaToDecorationsHint =" True"
19
- ExtendClientAreaChromeHints =" NoChrome"
20
- ExtendClientAreaTitleBarHeightHint =" -1"
21
17
x : Class =" TwitchStreamingTools.Views.MainWindow"
22
18
x : DataType =" viewModels:MainWindowViewModel"
23
19
Icon =" /Assets/logo.ico"
59
55
<DockPanel HorizontalAlignment =" Stretch"
60
56
VerticalAlignment =" Stretch"
61
57
Name =" ContentWrapper" >
62
- <views : WindowsTitleBar IsSeamless =" True" />
63
58
<!-- The Application is Currently Updating and Not Usable!: This must come first because the final item always fills. -->
64
59
<DockPanel Background =" Transparent" DockPanel.Dock=" Top" IsVisible =" {Binding IsUpdating}" >
65
60
<StackPanel >
Original file line number Diff line number Diff line change 3
3
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : viewModels =" clr-namespace:TwitchStreamingTools.ViewModels"
6
- xmlns : views =" clr-namespace:TwitchStreamingTools.Views"
7
6
xmlns : controls =" clr-namespace:TwitchStreamingTools.Controls"
8
7
x : Name =" Window"
9
8
mc : Ignorable =" d" d : DesignWidth =" 500" d : DesignHeight =" 450"
10
9
x : Class =" TwitchStreamingTools.Views.NewVersionWindow"
11
10
x : DataType =" viewModels:NewVersionWindowViewModel"
12
11
WindowStartupLocation =" CenterOwner"
13
- ExtendClientAreaToDecorationsHint =" True"
14
- ExtendClientAreaChromeHints =" NoChrome"
15
- ExtendClientAreaTitleBarHeightHint =" -1"
16
12
SizeToContent =" WidthAndHeight"
17
13
Icon =" /Assets/update.png"
18
14
Title =" New Version Available"
24
20
<DockPanel HorizontalAlignment =" Stretch"
25
21
VerticalAlignment =" Stretch"
26
22
Name =" ContentWrapper" >
27
- <views : WindowsTitleBar IsSeamless =" True" />
28
23
<StackPanel >
29
24
<!-- The normal panel -->
30
25
<StackPanel Margin =" 10" IsVisible =" {Binding !IsUpdating}" >
Original file line number Diff line number Diff line change 35
35
</Button >
36
36
<StackPanel IsVisible =" {Binding HasValidOAuthToken}" Spacing =" 5" >
37
37
<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}" >
39
40
<Image Source =" {Binding ProfileImage}" />
40
41
</Border >
41
42
<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