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