mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
Added splitter to SectionServerFiles and
This commit is contained in:
parent
a28fc8f9b3
commit
6377fe9c5c
4 changed files with 115 additions and 16 deletions
48
src/ARKServerManager/Config.Designer.cs
generated
48
src/ARKServerManager/Config.Designer.cs
generated
|
|
@ -2671,5 +2671,53 @@ namespace ServerManagerTool {
|
|||
this["CustomLevelsGridHeight"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("400")]
|
||||
public global::System.Windows.GridLength CustomEngineSettingsGridHeight {
|
||||
get {
|
||||
return ((global::System.Windows.GridLength)(this["CustomEngineSettingsGridHeight"]));
|
||||
}
|
||||
set {
|
||||
this["CustomEngineSettingsGridHeight"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("400")]
|
||||
public global::System.Windows.GridLength CustomGameSettingsGridHeight {
|
||||
get {
|
||||
return ((global::System.Windows.GridLength)(this["CustomGameSettingsGridHeight"]));
|
||||
}
|
||||
set {
|
||||
this["CustomGameSettingsGridHeight"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("400")]
|
||||
public global::System.Windows.GridLength CustomGameUserSettingsGridHeight {
|
||||
get {
|
||||
return ((global::System.Windows.GridLength)(this["CustomGameUserSettingsGridHeight"]));
|
||||
}
|
||||
set {
|
||||
this["CustomGameUserSettingsGridHeight"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("250")]
|
||||
public global::System.Windows.GridLength ServerFilesGridHeight {
|
||||
get {
|
||||
return ((global::System.Windows.GridLength)(this["ServerFilesGridHeight"]));
|
||||
}
|
||||
set {
|
||||
this["ServerFilesGridHeight"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue