changeset 21:832a07de0f90

Fix server name descenders being cut off.
author Brad Greco <brad@bgreco.net>
date Thu, 30 May 2019 21:39:29 -0400
parents b21318f6e3f1
children 48044d9ac000
files ServerMonitor/Controls/FileCheckControl.cs ServerMonitor/Controls/ServerSummaryControl.Designer.cs
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ServerMonitor/Controls/FileCheckControl.cs	Thu May 30 20:36:42 2019 -0400
+++ b/ServerMonitor/Controls/FileCheckControl.cs	Thu May 30 21:39:29 2019 -0400
@@ -36,7 +36,7 @@
             if (FileSizeTextBox.Text == "0" && !check.CheckFileSize)
                 FileSizeTextBox.Clear();
             if (DateModifiedTextBox.Text == "0" && !check.CheckDateModified)
-                DateModifiedTextBox.Clear();
+                DateModifiedTextBox.Clear();            
         }
 
         /// <summary>Updates the properties of a check from user input.</summary>
--- a/ServerMonitor/Controls/ServerSummaryControl.Designer.cs	Thu May 30 20:36:42 2019 -0400
+++ b/ServerMonitor/Controls/ServerSummaryControl.Designer.cs	Thu May 30 21:39:29 2019 -0400
@@ -42,7 +42,7 @@
             this.ServerNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.ServerNameLabel.Location = new System.Drawing.Point(0, 127);
             this.ServerNameLabel.Name = "ServerNameLabel";
-            this.ServerNameLabel.Size = new System.Drawing.Size(192, 21);
+            this.ServerNameLabel.Size = new System.Drawing.Size(192, 36);
             this.ServerNameLabel.TabIndex = 1;
             this.ServerNameLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
             //