Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'WaitingFelForm.cs')
-rw-r--r--WaitingFelForm.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/WaitingFelForm.cs b/WaitingFelForm.cs
index e84aa45f..1cc8f37b 100644
--- a/WaitingFelForm.cs
+++ b/WaitingFelForm.cs
@@ -16,6 +16,7 @@ namespace com.clusterrr.hakchi_gui
public WaitingFelForm(UInt16 vid, UInt16 pid)
{
InitializeComponent();
+ buttonDriver.Left = label6.Left + label6.Width;
this.vid = vid;
this.pid = pid;
timer.Enabled = true;