Added splitter to SectionDinoSettings

This commit is contained in:
Brett Hewitson 2021-11-12 15:54:57 +10:00
parent 4b6ef69873
commit ba12a36686
3 changed files with 28 additions and 4 deletions

View file

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