diff --git a/ExeLauncher.GUI/ApplicationModel.cs b/ExeLauncher.GUI/ApplicationModel.cs index f4be7ee..e6c4740 100644 --- a/ExeLauncher.GUI/ApplicationModel.cs +++ b/ExeLauncher.GUI/ApplicationModel.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; namespace ExeLauncher.GUI { - internal record ApplicationModel + public record ApplicationModel { public int Number { get; set; } = 1; public string Path { get; set; } = ""; diff --git a/ExeLauncher.GUI/MainWindow.xaml b/ExeLauncher.GUI/MainWindow.xaml index 050bf9c..0a488f4 100644 --- a/ExeLauncher.GUI/MainWindow.xaml +++ b/ExeLauncher.GUI/MainWindow.xaml @@ -6,7 +6,7 @@ xmlns:local="clr-namespace:ExeLauncher.GUI" mc:Ignorable="d" DataContext="{Binding RelativeSource={RelativeSource Self}}" - Title="MainWindow" Height="450" Width="800"> + Title="ExeLauncher" MinHeight="335" Height="480" Width="800"> @@ -16,36 +16,50 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - -