mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 06:29:44 +08:00
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:
parent
892fed6011
commit
67c139cae9
@ -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"
|
||||
|
@ -18,7 +18,7 @@ using System.Windows.Shapes;
|
||||
namespace FancyZonesEditor
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for Window1.xaml
|
||||
/// Interaction logic for EditorOverlay.xaml
|
||||
/// </summary>
|
||||
public partial class EditorOverlay : Window
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user