Added Splitter to SectionCraftingOverrides

This commit is contained in:
Brett Hewitson 2021-11-12 15:08:20 +10:00
parent 4c287c4120
commit bae743859c
3 changed files with 29 additions and 7 deletions

View file

@ -2647,5 +2647,17 @@ namespace ServerManagerTool {
this["StackSizeOverrideGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength CraftingOverrideItemGrid {
get {
return ((global::System.Windows.GridLength)(this["CraftingOverrideItemGrid"]));
}
set {
this["CraftingOverrideItemGrid"] = value;
}
}
}
}