Added splitter to SectionStackSizeOverrides

This commit is contained in:
Brett Hewitson 2021-11-12 15:04:10 +10:00
parent ef2412e462
commit 4c287c4120
3 changed files with 21 additions and 2 deletions

View file

@ -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;
}
}
}
}