diff --git a/src/ARKServerManager/Config.Designer.cs b/src/ARKServerManager/Config.Designer.cs index 664acccc..a5ae1348 100644 --- a/src/ARKServerManager/Config.Designer.cs +++ b/src/ARKServerManager/Config.Designer.cs @@ -2635,5 +2635,17 @@ namespace ServerManagerTool { this["NPCSpawnSettingsGridHeight"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("400")] + public global::System.Windows.GridLength StackSizeOverrideGridHeight { + get { + return ((global::System.Windows.GridLength)(this["StackSizeOverrideGridHeight"])); + } + set { + this["StackSizeOverrideGridHeight"] = value; + } + } } } diff --git a/src/ARKServerManager/Config.settings b/src/ARKServerManager/Config.settings index 26cac07d..aa465ff2 100644 --- a/src/ARKServerManager/Config.settings +++ b/src/ARKServerManager/Config.settings @@ -734,5 +734,8 @@ 400 + + 400 + \ No newline at end of file diff --git a/src/ARKServerManager/Windows/ServerSettingsControl.xaml b/src/ARKServerManager/Windows/ServerSettingsControl.xaml index e556bfba..d29e818b 100644 --- a/src/ARKServerManager/Windows/ServerSettingsControl.xaml +++ b/src/ARKServerManager/Windows/ServerSettingsControl.xaml @@ -4760,7 +4760,9 @@ - + + + @@ -4770,7 +4772,7 @@ - + + +