Added splitter to SectionEngrams

This commit is contained in:
Brett Hewitson 2021-11-12 15:47:46 +10:00
parent 6377fe9c5c
commit 7474f508fa
3 changed files with 31 additions and 7 deletions

View file

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