File tree Expand file tree Collapse file tree 4 files changed +0
-277
lines changed
src/[ApplicationNameUpperCamelCase]/Views Expand file tree Collapse file tree 4 files changed +0
-277
lines changed Original file line number Diff line number Diff line change 13
13
Height =" 300"
14
14
CanResize =" True"
15
15
WindowStartupLocation =" CenterScreen"
16
- ExtendClientAreaToDecorationsHint =" True"
17
- ExtendClientAreaChromeHints =" NoChrome"
18
- ExtendClientAreaTitleBarHeightHint =" -1"
19
16
x : Class =" ApplicationNameUpperCamelCase.Views.MainWindow"
20
17
x : DataType =" viewModels:MainWindowViewModel"
21
18
Icon =" /Assets/logo.ico"
30
27
<DockPanel HorizontalAlignment =" Stretch"
31
28
VerticalAlignment =" Stretch"
32
29
Name =" ContentWrapper" >
33
- <views : WindowsTitleBar IsSeamless =" True" />
34
30
<!-- The Application is Currently Updating and Not Usable!: This must come first because the final item always fills. -->
35
31
<DockPanel Background =" Transparent" DockPanel.Dock=" Top" IsVisible =" {Binding IsUpdating}" >
36
32
<StackPanel >
Original file line number Diff line number Diff line change 9
9
x : Class =" ApplicationNameUpperCamelCase.Views.NewVersionWindow"
10
10
x : DataType =" viewModels:NewVersionWindowViewModel"
11
11
WindowStartupLocation =" CenterOwner"
12
- ExtendClientAreaToDecorationsHint =" True"
13
- ExtendClientAreaChromeHints =" NoChrome"
14
- ExtendClientAreaTitleBarHeightHint =" -1"
15
12
SizeToContent =" WidthAndHeight"
16
13
Icon =" /Assets/update.png"
17
14
Title =" New Version Available"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments