From 6377fe9c5c40311e00b081e3e4b24669419b6f1c Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Fri, 12 Nov 2021 15:37:47 +1000 Subject: [PATCH] Added splitter to SectionServerFiles and --- src/ARKServerManager/Config.Designer.cs | 48 ++++++++++++++ src/ARKServerManager/Config.settings | 12 ++++ src/ARKServerManager/Styles/Default.xaml | 5 ++ .../Windows/ServerSettingsControl.xaml | 66 ++++++++++++++----- 4 files changed, 115 insertions(+), 16 deletions(-) diff --git a/src/ARKServerManager/Config.Designer.cs b/src/ARKServerManager/Config.Designer.cs index 2e550247..d6c0e6a4 100644 --- a/src/ARKServerManager/Config.Designer.cs +++ b/src/ARKServerManager/Config.Designer.cs @@ -2671,5 +2671,53 @@ namespace ServerManagerTool { this["CustomLevelsGridHeight"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("400")] + public global::System.Windows.GridLength CustomEngineSettingsGridHeight { + get { + return ((global::System.Windows.GridLength)(this["CustomEngineSettingsGridHeight"])); + } + set { + this["CustomEngineSettingsGridHeight"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("400")] + public global::System.Windows.GridLength CustomGameSettingsGridHeight { + get { + return ((global::System.Windows.GridLength)(this["CustomGameSettingsGridHeight"])); + } + set { + this["CustomGameSettingsGridHeight"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("400")] + public global::System.Windows.GridLength CustomGameUserSettingsGridHeight { + get { + return ((global::System.Windows.GridLength)(this["CustomGameUserSettingsGridHeight"])); + } + set { + this["CustomGameUserSettingsGridHeight"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("250")] + public global::System.Windows.GridLength ServerFilesGridHeight { + get { + return ((global::System.Windows.GridLength)(this["ServerFilesGridHeight"])); + } + set { + this["ServerFilesGridHeight"] = value; + } + } } } diff --git a/src/ARKServerManager/Config.settings b/src/ARKServerManager/Config.settings index 5ae0d14c..cc7409cc 100644 --- a/src/ARKServerManager/Config.settings +++ b/src/ARKServerManager/Config.settings @@ -743,5 +743,17 @@ 400 + + 400 + + + 400 + + + 400 + + + 250 + \ No newline at end of file diff --git a/src/ARKServerManager/Styles/Default.xaml b/src/ARKServerManager/Styles/Default.xaml index 235fcc0e..e8594da3 100644 --- a/src/ARKServerManager/Styles/Default.xaml +++ b/src/ARKServerManager/Styles/Default.xaml @@ -96,6 +96,11 @@ + +