Skip to content

Commit 578a171

Browse files
feat: remove custom title bar
1 parent 710d54b commit 578a171

File tree

4 files changed

+0
-277
lines changed

4 files changed

+0
-277
lines changed

src/[ApplicationNameUpperCamelCase]/Views/MainWindow.axaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
Height="300"
1414
CanResize="True"
1515
WindowStartupLocation="CenterScreen"
16-
ExtendClientAreaToDecorationsHint="True"
17-
ExtendClientAreaChromeHints="NoChrome"
18-
ExtendClientAreaTitleBarHeightHint="-1"
1916
x:Class="ApplicationNameUpperCamelCase.Views.MainWindow"
2017
x:DataType="viewModels:MainWindowViewModel"
2118
Icon="/Assets/logo.ico"
@@ -30,7 +27,6 @@
3027
<DockPanel HorizontalAlignment="Stretch"
3128
VerticalAlignment="Stretch"
3229
Name="ContentWrapper">
33-
<views:WindowsTitleBar IsSeamless="True" />
3430
<!-- The Application is Currently Updating and Not Usable!: This must come first because the final item always fills. -->
3531
<DockPanel Background="Transparent" DockPanel.Dock="Top" IsVisible="{Binding IsUpdating}">
3632
<StackPanel>

src/[ApplicationNameUpperCamelCase]/Views/NewVersionWindow.axaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
x:Class="ApplicationNameUpperCamelCase.Views.NewVersionWindow"
1010
x:DataType="viewModels:NewVersionWindowViewModel"
1111
WindowStartupLocation="CenterOwner"
12-
ExtendClientAreaToDecorationsHint="True"
13-
ExtendClientAreaChromeHints="NoChrome"
14-
ExtendClientAreaTitleBarHeightHint="-1"
1512
SizeToContent="WidthAndHeight"
1613
Icon="/Assets/update.png"
1714
Title="New Version Available"

src/[ApplicationNameUpperCamelCase]/Views/WindowsTitleBar.axaml

Lines changed: 0 additions & 128 deletions
This file was deleted.

src/[ApplicationNameUpperCamelCase]/Views/WindowsTitleBar.axaml.cs

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)