From 67c139cae9f78e108275333ee7bf59020e071782 Mon Sep 17 00:00:00 2001 From: Patrick D Date: Tue, 8 Oct 2019 17:29:43 +0200 Subject: [PATCH] change window name from window1 to FancyZones Editor this will fix issue #453 but I'm not sure about the. I'll change it if required --- .../fancyzones/editor/FancyZonesEditor/EditorOverlay.xaml | 2 +- .../fancyzones/editor/FancyZonesEditor/EditorOverlay.xaml.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/EditorOverlay.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/EditorOverlay.xaml index c679b98cdb..b14a5bda23 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/EditorOverlay.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/EditorOverlay.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:FancyZonesEditor" mc:Ignorable="d" - Title="Window1" Height="450" Width="800" + Title="FancyZones Editor" Height="450" Width="800" ShowInTaskbar="False" ResizeMode="NoResize" WindowStyle="None" diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/EditorOverlay.xaml.cs b/src/modules/fancyzones/editor/FancyZonesEditor/EditorOverlay.xaml.cs index 31d6690cf8..12cd8067a5 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/EditorOverlay.xaml.cs +++ b/src/modules/fancyzones/editor/FancyZonesEditor/EditorOverlay.xaml.cs @@ -18,7 +18,7 @@ using System.Windows.Shapes; namespace FancyZonesEditor { /// - /// Interaction logic for Window1.xaml + /// Interaction logic for EditorOverlay.xaml /// public partial class EditorOverlay : Window {