Added Splitter to SectionCustomLevels

This commit is contained in:
Brett Hewitson 2021-11-12 15:13:07 +10:00
parent bae743859c
commit a28fc8f9b3
3 changed files with 35 additions and 13 deletions

View file

@ -2651,12 +2651,24 @@ namespace ServerManagerTool {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength CraftingOverrideItemGrid {
public global::System.Windows.GridLength CraftingOverrideItemGridHeight {
get {
return ((global::System.Windows.GridLength)(this["CraftingOverrideItemGrid"]));
return ((global::System.Windows.GridLength)(this["CraftingOverrideItemGridHeight"]));
}
set {
this["CraftingOverrideItemGrid"] = value;
this["CraftingOverrideItemGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength CustomLevelsGridHeight {
get {
return ((global::System.Windows.GridLength)(this["CustomLevelsGridHeight"]));
}
set {
this["CustomLevelsGridHeight"] = value;
}
}
}