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: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"
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user