diff --git a/Plane.FormationCreator/Formation/FlightTask.cs b/Plane.FormationCreator/Formation/FlightTask.cs index 0fc7cb7..8ab5795 100644 --- a/Plane.FormationCreator/Formation/FlightTask.cs +++ b/Plane.FormationCreator/Formation/FlightTask.cs @@ -66,7 +66,6 @@ namespace Plane.FormationCreator.Formation { get { - Windows.Messages.Message.Show(_TaskName); string name = ""; switch (TaskType) { @@ -77,10 +76,7 @@ namespace Plane.FormationCreator.Formation //name = (TaskIndex + 1).ToString() + "." + name; return name; } - set { - Set(nameof(TaskCnName), ref _TaskName, value); - Windows.Messages.Message.Show(_TaskName); - } + set { Set(nameof(TaskCnName), ref _TaskName, value); } } public int TaskTypeIndex diff --git a/Plane.FormationCreator/PlaneMessageBox.xaml b/Plane.FormationCreator/PlaneMessageBox.xaml index 9c19893..125651b 100644 --- a/Plane.FormationCreator/PlaneMessageBox.xaml +++ b/Plane.FormationCreator/PlaneMessageBox.xaml @@ -9,9 +9,9 @@ WindowStartupLocation="CenterScreen" TitleForeground="White" FontSize="15" - Title="PlaneMessageBox" Height="200" Width="500" - MinHeight="200" MinWidth="500" - MaxHeight="200" MaxWidth="500" + Title="PlaneMessageBox" Height="200" Width="600" + MinHeight="200" MinWidth="600" + MaxHeight="200" MaxWidth="600" WindowStyle="ToolWindow" Visibility="Visible" ShowMinButton="False" ShowMaxRestoreButton="False" ShowCloseButton="False" IsCloseButtonEnabled="False" IsMinButtonEnabled="False" IsMaxRestoreButtonEnabled="False" IsWindowDraggable="False" > @@ -21,7 +21,7 @@ -