From 21b5900f9caf24da054ac16e5b34a6e98b843d86 Mon Sep 17 00:00:00 2001 From: Fabian Salzwedel Date: Mon, 10 Apr 2023 01:31:24 +0200 Subject: [PATCH] fix: changed default window width to better show controls --- App.config | 2 +- MainWindow.xaml | 2 +- Properties/Settings.Designer.cs | 4 ++-- Properties/Settings.settings | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/App.config b/App.config index ea14493..622859c 100644 --- a/App.config +++ b/App.config @@ -8,7 +8,7 @@ - 1020 + 1280 600 diff --git a/MainWindow.xaml b/MainWindow.xaml index 26c5acf..5196a2b 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -11,7 +11,7 @@ TextElement.FontWeight="Medium" TextElement.FontSize="14" FontFamily="{materialDesign:MaterialDesignFont}" - Title="Robocopy GUI" Height="600" Width="1020" Closing="Window_Closing"> + Title="Robocopy GUI" Height="600" Width="1280" Closing="Window_Closing"> diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index 7ca6ee7..d9712b6 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -1,4 +1,4 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 @@ -25,7 +25,7 @@ public static Settings Default { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("1020")] + [global::System.Configuration.DefaultSettingValueAttribute("1280")] public double MainWindowWidth { get { return ((double)(this["MainWindowWidth"])); diff --git a/Properties/Settings.settings b/Properties/Settings.settings index dc0d104..cec6945 100644 --- a/Properties/Settings.settings +++ b/Properties/Settings.settings @@ -3,7 +3,7 @@ - 1020 + 1280 600