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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-19 15:56:16 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-19 15:56:16 +0300
commit9308a0e0d57740f8e6070efe5302c8fb6ffbb267 (patch)
tree0872c4cdf82931108cd80f4a562a9106c176c5ea /WaitingClovershellForm.cs
parent4b3c0de91a5378b2447527e86f2c0c5c5c5c3907 (diff)
Release
Diffstat (limited to 'WaitingClovershellForm.cs')
-rw-r--r--WaitingClovershellForm.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/WaitingClovershellForm.cs b/WaitingClovershellForm.cs
index d33b9115..39a51045 100644
--- a/WaitingClovershellForm.cs
+++ b/WaitingClovershellForm.cs
@@ -14,6 +14,7 @@ namespace com.clusterrr.hakchi_gui
public WaitingClovershellForm()
{
InitializeComponent();
+ buttonDriver.Left = label6.Left + label6.Width;
timer.Enabled = true;
}