mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Added Splitter to SectionCustomLevels
This commit is contained in:
parent
bae743859c
commit
a28fc8f9b3
3 changed files with 35 additions and 13 deletions
18
src/ARKServerManager/Config.Designer.cs
generated
18
src/ARKServerManager/Config.Designer.cs
generated
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue