diff --git a/src/ARKServerManager/Config.Designer.cs b/src/ARKServerManager/Config.Designer.cs index de7af109..664acccc 100644 --- a/src/ARKServerManager/Config.Designer.cs +++ b/src/ARKServerManager/Config.Designer.cs @@ -2623,5 +2623,17 @@ namespace ServerManagerTool { this["SupplyCrateItemsGridHeight"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("400")] + public global::System.Windows.GridLength NPCSpawnSettingsGridHeight { + get { + return ((global::System.Windows.GridLength)(this["NPCSpawnSettingsGridHeight"])); + } + set { + this["NPCSpawnSettingsGridHeight"] = value; + } + } } } diff --git a/src/ARKServerManager/Config.settings b/src/ARKServerManager/Config.settings index dfb83897..26cac07d 100644 --- a/src/ARKServerManager/Config.settings +++ b/src/ARKServerManager/Config.settings @@ -731,5 +731,8 @@ 200 + + 400 + \ No newline at end of file diff --git a/src/ARKServerManager/Windows/ServerSettingsControl.xaml b/src/ARKServerManager/Windows/ServerSettingsControl.xaml index 678cafd5..e556bfba 100644 --- a/src/ARKServerManager/Windows/ServerSettingsControl.xaml +++ b/src/ARKServerManager/Windows/ServerSettingsControl.xaml @@ -4894,16 +4894,19 @@ - + + + - - + + + - + - + - + + + + + @@ -5089,14 +5096,14 @@ - + - + - + - - + + @@ -5623,8 +5630,8 @@ - - + +