diff --git a/src/ConanServerManager/App.config b/src/ConanServerManager/App.config
index fe2708f7..5924ae7f 100644
--- a/src/ConanServerManager/App.config
+++ b/src/ConanServerManager/App.config
@@ -561,6 +561,12 @@
Normal
+
+ 100
+
+
+ 250
+
\ No newline at end of file
diff --git a/src/ConanServerManager/Config.Designer.cs b/src/ConanServerManager/Config.Designer.cs
index 47d1dea6..f38a6e61 100644
--- a/src/ConanServerManager/Config.Designer.cs
+++ b/src/ConanServerManager/Config.Designer.cs
@@ -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;
+ }
+ }
}
}
diff --git a/src/ConanServerManager/Config.settings b/src/ConanServerManager/Config.settings
index 117e7d2b..96446bdf 100644
--- a/src/ConanServerManager/Config.settings
+++ b/src/ConanServerManager/Config.settings
@@ -536,5 +536,11 @@
Normal
+
+ 100
+
+
+ 250
+
\ No newline at end of file
diff --git a/src/ConanServerManager/VersionFeed.xml b/src/ConanServerManager/VersionFeed.xml
index d8c399df..ff481f7e 100644
--- a/src/ConanServerManager/VersionFeed.xml
+++ b/src/ConanServerManager/VersionFeed.xml
@@ -24,8 +24,9 @@
NEW
-
Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.
-
Main Window - now sotres the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
+
Global Settings - added option to set the Main Window start mode - Normal, Maximized, Minimized.
+
Main Window - now stores the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
+
Server Settings - 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.
CHANGE
diff --git a/src/ConanServerManager/VersionFeedBeta.xml b/src/ConanServerManager/VersionFeedBeta.xml
index f830b04c..211a31f0 100644
--- a/src/ConanServerManager/VersionFeedBeta.xml
+++ b/src/ConanServerManager/VersionFeedBeta.xml
@@ -24,8 +24,9 @@
NEW
-
Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.
-
Main Window - now sotres the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
+
Global Settings - added option to set the Main Window start mode - Normal, Maximized, Minimized.
+
Main Window - now stores the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
+
Server Settings - 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.