Added Splitter to MOTD

This commit is contained in:
Brett Hewitson 2021-11-12 16:07:37 +10:00
parent ba12a36686
commit d133589e18
3 changed files with 25 additions and 7 deletions

View file

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