diff --git a/src/ARKServerManager/Config.Designer.cs b/src/ARKServerManager/Config.Designer.cs index 4adeb058..cb9ef226 100644 --- a/src/ARKServerManager/Config.Designer.cs +++ b/src/ARKServerManager/Config.Designer.cs @@ -2731,5 +2731,17 @@ namespace ServerManagerTool { this["EngramsGridHeight"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("400")] + public global::System.Windows.GridLength EnvironmentListBoxHeight { + get { + return ((global::System.Windows.GridLength)(this["EnvironmentListBoxHeight"])); + } + set { + this["EnvironmentListBoxHeight"] = value; + } + } } } diff --git a/src/ARKServerManager/Config.settings b/src/ARKServerManager/Config.settings index 2685debc..5d2fd541 100644 --- a/src/ARKServerManager/Config.settings +++ b/src/ARKServerManager/Config.settings @@ -758,5 +758,8 @@ 400 + + 400 + \ No newline at end of file diff --git a/src/ARKServerManager/Windows/ServerSettingsControl.xaml b/src/ARKServerManager/Windows/ServerSettingsControl.xaml index fd48cb7c..1585a1ba 100644 --- a/src/ARKServerManager/Windows/ServerSettingsControl.xaml +++ b/src/ARKServerManager/Windows/ServerSettingsControl.xaml @@ -2982,8 +2982,15 @@ - - + + + + + + + + + - + @@ -3068,7 +3075,9 @@ - + + +