Added splitter to SectionEnvironment

This commit is contained in:
Brett Hewitson 2021-11-12 15:51:56 +10:00
parent 7474f508fa
commit 4b6ef69873
3 changed files with 28 additions and 4 deletions

View file

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