From 37d7db3f14b0d7eda2df5809e42a978bbcf7c42d Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Wed, 21 Feb 2018 13:36:05 -0500 Subject: [PATCH] Change appearance window title bar --- Library/AppearanceWindow.xaml | 54 +++++++++++------------ Library/FloatingStatusWindow.csproj | 6 +-- Library/Properties/Resources.Designer.cs | 10 ----- Library/Properties/Resources.resx | 4 -- Library/Resources/gear.ico | Bin 228856 -> 0 bytes 5 files changed, 28 insertions(+), 46 deletions(-) delete mode 100644 Library/Resources/gear.ico diff --git a/Library/AppearanceWindow.xaml b/Library/AppearanceWindow.xaml index c5fb9fb..fdfc405 100644 --- a/Library/AppearanceWindow.xaml +++ b/Library/AppearanceWindow.xaml @@ -1,17 +1,17 @@ - + d:DataContext="{d:DesignInstance {x:Type local:WindowSettings}}" + Closing="HandleWindowClosing" x:ClassModifier="internal" Windows:ControlBox.HasMaximizeButton="False" Windows:ControlBox.HasMinimizeButton="False" Windows:ControlBox.HasSystemMenu="False" WindowStyle="ToolWindow"> @@ -28,12 +28,12 @@