diff --git a/src/ARKServerManager/Config.Designer.cs b/src/ARKServerManager/Config.Designer.cs
index c72bddbb..2e550247 100644
--- a/src/ARKServerManager/Config.Designer.cs
+++ b/src/ARKServerManager/Config.Designer.cs
@@ -2651,12 +2651,24 @@ namespace ServerManagerTool {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
- public global::System.Windows.GridLength CraftingOverrideItemGrid {
+ public global::System.Windows.GridLength CraftingOverrideItemGridHeight {
get {
- return ((global::System.Windows.GridLength)(this["CraftingOverrideItemGrid"]));
+ return ((global::System.Windows.GridLength)(this["CraftingOverrideItemGridHeight"]));
}
set {
- this["CraftingOverrideItemGrid"] = value;
+ this["CraftingOverrideItemGridHeight"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("400")]
+ public global::System.Windows.GridLength CustomLevelsGridHeight {
+ get {
+ return ((global::System.Windows.GridLength)(this["CustomLevelsGridHeight"]));
+ }
+ set {
+ this["CustomLevelsGridHeight"] = value;
}
}
}
diff --git a/src/ARKServerManager/Config.settings b/src/ARKServerManager/Config.settings
index 64261086..5ae0d14c 100644
--- a/src/ARKServerManager/Config.settings
+++ b/src/ARKServerManager/Config.settings
@@ -737,7 +737,10 @@
400
-
+
+ 400
+
+
400
diff --git a/src/ARKServerManager/Windows/ServerSettingsControl.xaml b/src/ARKServerManager/Windows/ServerSettingsControl.xaml
index 251e88e4..2e0c0764 100644
--- a/src/ARKServerManager/Windows/ServerSettingsControl.xaml
+++ b/src/ARKServerManager/Windows/ServerSettingsControl.xaml
@@ -4362,33 +4362,36 @@
-
+
+
+
-
-
+
+
+
-
+
-
+
-
+
-
+
@@ -4477,7 +4480,9 @@
-
+
+
+
@@ -4538,6 +4543,8 @@
+
+
@@ -4571,7 +4578,7 @@
-
+