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 @@
+
+