Added Grid Splitter to PreventTransferOverrides section

This commit is contained in:
Brett Hewitson 2021-11-12 13:01:13 +10:00
parent 27a7673ed4
commit 45765b5bb4
4 changed files with 24 additions and 2 deletions

View file

@ -12,7 +12,7 @@ namespace ServerManagerTool {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.0.3.0")]
public sealed partial class Config : global::System.Configuration.ApplicationSettingsBase {
private static Config defaultInstance = ((Config)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Config())));
@ -2563,5 +2563,17 @@ namespace ServerManagerTool {
this["SectionPreventTransferOverridesEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength PreventTransferOverrideGridHeight {
get {
return ((global::System.Windows.GridLength)(this["PreventTransferOverrideGridHeight"]));
}
set {
this["PreventTransferOverrideGridHeight"] = value;
}
}
}
}