mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Added resizing
Server Settings - have added resizing to all the grids, so the height can be increased/decreased. The height is also remembered, so when you reopen, it will size the grid correctly.
This commit is contained in:
parent
75c7cd2d40
commit
ff4129d5ad
6 changed files with 61 additions and 16 deletions
24
src/ConanServerManager/Config.Designer.cs
generated
24
src/ConanServerManager/Config.Designer.cs
generated
|
|
@ -1932,5 +1932,29 @@ namespace ServerManagerTool {
|
|||
this["MainWindow_WindowState"] = 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;
|
||||
}
|
||||
}
|
||||
|
||||
[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