From c9d5beaecc83ab27ce7dad78c957818adf2fbaae Mon Sep 17 00:00:00 2001
From: The6P4C <watsonjcampbell@gmail.com>
Date: Fri, 29 Sep 2017 16:56:04 +1000
Subject: [PATCH] Change default minimum update interval

---
 GPSDOTimeSync/FormMain.Designer.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/GPSDOTimeSync/FormMain.Designer.cs b/GPSDOTimeSync/FormMain.Designer.cs
index 62800bf..b54920c 100644
--- a/GPSDOTimeSync/FormMain.Designer.cs
+++ b/GPSDOTimeSync/FormMain.Designer.cs
@@ -62,7 +62,7 @@
 			// 
 			this.labelLatestLogMessage.ForeColor = System.Drawing.Color.Black;
 			this.labelLatestLogMessage.Name = "labelLatestLogMessage";
-			this.labelLatestLogMessage.Size = new System.Drawing.Size(488, 17);
+			this.labelLatestLogMessage.Size = new System.Drawing.Size(519, 17);
 			this.labelLatestLogMessage.Spring = true;
 			this.labelLatestLogMessage.Text = "{RUNTIME}";
 			// 
@@ -224,7 +224,7 @@
 			this.numericUpDownMimimumUpdateInterval.Size = new System.Drawing.Size(47, 20);
 			this.numericUpDownMimimumUpdateInterval.TabIndex = 16;
 			this.numericUpDownMimimumUpdateInterval.Value = new decimal(new int[] {
-            1,
+            5,
             0,
             0,
             0});