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
This commit is contained in:
Patrick D 2019-10-08 17:29:43 +02:00 committed by Enrico Giordani
parent 892fed6011
commit 67c139cae9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:FancyZonesEditor" xmlns:local="clr-namespace:FancyZonesEditor"
mc:Ignorable="d" mc:Ignorable="d"
Title="Window1" Height="450" Width="800" Title="FancyZones Editor" Height="450" Width="800"
ShowInTaskbar="False" ShowInTaskbar="False"
ResizeMode="NoResize" ResizeMode="NoResize"
WindowStyle="None" WindowStyle="None"

View File

@ -18,7 +18,7 @@ using System.Windows.Shapes;
namespace FancyZonesEditor namespace FancyZonesEditor
{ {
/// <summary> /// <summary>
/// Interaction logic for Window1.xaml /// Interaction logic for EditorOverlay.xaml
/// </summary> /// </summary>
public partial class EditorOverlay : Window public partial class EditorOverlay : Window
{ {