From 45765b5bb403bb3744988f3c6d81a15c4da3b572 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Fri, 12 Nov 2021 13:01:13 +1000 Subject: [PATCH] Added Grid Splitter to PreventTransferOverrides section --- src/ARKServerManager/App.config | 3 +++ src/ARKServerManager/Config.Designer.cs | 14 +++++++++++++- src/ARKServerManager/Config.settings | 3 +++ .../Windows/ServerSettingsControl.xaml | 6 +++++- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/ARKServerManager/App.config b/src/ARKServerManager/App.config index 76a5db80..3949b2f5 100644 --- a/src/ARKServerManager/App.config +++ b/src/ARKServerManager/App.config @@ -741,6 +741,9 @@ True + + 400 + diff --git a/src/ARKServerManager/Config.Designer.cs b/src/ARKServerManager/Config.Designer.cs index 1f386aee..bc3c9ed1 100644 --- a/src/ARKServerManager/Config.Designer.cs +++ b/src/ARKServerManager/Config.Designer.cs @@ -12,7 +12,7 @@ namespace ServerManagerTool { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.0.3.0")] public sealed partial class Config : global::System.Configuration.ApplicationSettingsBase { private static Config defaultInstance = ((Config)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Config()))); @@ -2563,5 +2563,17 @@ namespace ServerManagerTool { this["SectionPreventTransferOverridesEnabled"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("400")] + public global::System.Windows.GridLength PreventTransferOverrideGridHeight { + get { + return ((global::System.Windows.GridLength)(this["PreventTransferOverrideGridHeight"])); + } + set { + this["PreventTransferOverrideGridHeight"] = value; + } + } } } diff --git a/src/ARKServerManager/Config.settings b/src/ARKServerManager/Config.settings index 0a55a9a5..222e7329 100644 --- a/src/ARKServerManager/Config.settings +++ b/src/ARKServerManager/Config.settings @@ -716,5 +716,8 @@ True + + 400 + \ No newline at end of file diff --git a/src/ARKServerManager/Windows/ServerSettingsControl.xaml b/src/ARKServerManager/Windows/ServerSettingsControl.xaml index e6203122..ede44022 100644 --- a/src/ARKServerManager/Windows/ServerSettingsControl.xaml +++ b/src/ARKServerManager/Windows/ServerSettingsControl.xaml @@ -5622,7 +5622,9 @@ + + @@ -5632,7 +5634,7 @@ - + + +