diff options
author | emkael <emkael@tlen.pl> | 2017-08-23 18:05:13 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-08-23 18:05:13 +0200 |
commit | 45ce5aa9c869aea4f650d7abe67081895c145aab (patch) | |
tree | 0a1e2498206fabcace36b4e07d5788dcb074cc06 /Aktywator/MainForm.Designer.cs | |
parent | 4f38d03e4d6f1a53846bc1ec8d024808ae71a01b (diff) | |
parent | a7c21fced22dfe48b78b56c8cc44a8601d2ad963 (diff) |
Merge branch 'names-list' into 1.1-beta
Diffstat (limited to 'Aktywator/MainForm.Designer.cs')
-rw-r--r-- | Aktywator/MainForm.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs index 9cff081..3ecf440 100644 --- a/Aktywator/MainForm.Designer.cs +++ b/Aktywator/MainForm.Designer.cs @@ -786,7 +786,7 @@ this.numNamesRefreshInterval.Size = new System.Drawing.Size(41, 20); this.numNamesRefreshInterval.TabIndex = 33; this.numNamesRefreshInterval.Value = new decimal(new int[] { - 1, + 3, 0, 0, 0}); @@ -1246,7 +1246,7 @@ // // namesTimer // - this.namesTimer.Interval = 500; + this.namesTimer.Interval = 3000; this.namesTimer.Tick += new System.EventHandler(this.namesTimer_Tick); // // MainForm |