diff --git a/src/ARKServerManager/App.config b/src/ARKServerManager/App.config
index 3949b2f5..8e2caea3 100644
--- a/src/ARKServerManager/App.config
+++ b/src/ARKServerManager/App.config
@@ -744,6 +744,9 @@
400
+
+ 200
+
diff --git a/src/ARKServerManager/Config.Designer.cs b/src/ARKServerManager/Config.Designer.cs
index bc3c9ed1..de7af109 100644
--- a/src/ARKServerManager/Config.Designer.cs
+++ b/src/ARKServerManager/Config.Designer.cs
@@ -2575,5 +2575,53 @@ namespace ServerManagerTool {
this["PreventTransferOverrideGridHeight"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("200")]
+ public global::System.Windows.GridLength SupplyCratesGridHeight {
+ get {
+ return ((global::System.Windows.GridLength)(this["SupplyCratesGridHeight"]));
+ }
+ set {
+ this["SupplyCratesGridHeight"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("200")]
+ public global::System.Windows.GridLength SupplyCrateItemSetsGridHeight {
+ get {
+ return ((global::System.Windows.GridLength)(this["SupplyCrateItemSetsGridHeight"]));
+ }
+ set {
+ this["SupplyCrateItemSetsGridHeight"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("200")]
+ public global::System.Windows.GridLength SupplyCrateItemSetEntriesGridHeight {
+ get {
+ return ((global::System.Windows.GridLength)(this["SupplyCrateItemSetEntriesGridHeight"]));
+ }
+ set {
+ this["SupplyCrateItemSetEntriesGridHeight"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("200")]
+ public global::System.Windows.GridLength SupplyCrateItemsGridHeight {
+ get {
+ return ((global::System.Windows.GridLength)(this["SupplyCrateItemsGridHeight"]));
+ }
+ set {
+ this["SupplyCrateItemsGridHeight"] = value;
+ }
+ }
}
}
diff --git a/src/ARKServerManager/Config.settings b/src/ARKServerManager/Config.settings
index 222e7329..dfb83897 100644
--- a/src/ARKServerManager/Config.settings
+++ b/src/ARKServerManager/Config.settings
@@ -719,5 +719,17 @@
400
+
+ 200
+
+
+ 200
+
+
+ 200
+
+
+ 200
+
\ No newline at end of file
diff --git a/src/ARKServerManager/Windows/ServerSettingsControl.xaml b/src/ARKServerManager/Windows/ServerSettingsControl.xaml
index ede44022..678cafd5 100644
--- a/src/ARKServerManager/Windows/ServerSettingsControl.xaml
+++ b/src/ARKServerManager/Windows/ServerSettingsControl.xaml
@@ -5088,13 +5088,13 @@
-
+
-
+
-
+
-
+