From dd247f7400aeb68a0ecd54120da2f57e978eeb8c Mon Sep 17 00:00:00 2001 From: Brian Tischler Date: Wed, 3 Nov 2021 08:40:25 -0600 Subject: [PATCH] MAx opacity to 100, Sleep to 1000 --- SourceCode/AgIO/Source/Forms/SerialComm.Designer.cs | 2 +- SourceCode/GPS/Forms/Settings/FormColor.Designer.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/SourceCode/AgIO/Source/Forms/SerialComm.Designer.cs b/SourceCode/AgIO/Source/Forms/SerialComm.Designer.cs index 67d42e23f..58bf23ae4 100644 --- a/SourceCode/AgIO/Source/Forms/SerialComm.Designer.cs +++ b/SourceCode/AgIO/Source/Forms/SerialComm.Designer.cs @@ -345,7 +345,7 @@ public void OpenModule1Port() { spModule1.Open(); //short delay for the use of mega2560, it is working in debugmode with breakpoint - //System.Threading.Thread.Sleep(1000); // 500 was not enough + System.Threading.Thread.Sleep(1000); // 500 was not enough } catch (Exception e) diff --git a/SourceCode/GPS/Forms/Settings/FormColor.Designer.cs b/SourceCode/GPS/Forms/Settings/FormColor.Designer.cs index 49d81615f..3f1bbec0f 100644 --- a/SourceCode/GPS/Forms/Settings/FormColor.Designer.cs +++ b/SourceCode/GPS/Forms/Settings/FormColor.Designer.cs @@ -234,7 +234,6 @@ private void InitializeComponent() // this.hsbarOpacity.LargeChange = 1; this.hsbarOpacity.Location = new System.Drawing.Point(373, 224); - this.hsbarOpacity.Maximum = 98; this.hsbarOpacity.Minimum = 2; this.hsbarOpacity.Name = "hsbarOpacity"; this.hsbarOpacity.Size = new System.Drawing.Size(179, 43);