summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.Designer.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-08-23 18:04:50 +0200
committeremkael <emkael@tlen.pl>2017-08-23 18:04:50 +0200
commita7c21fced22dfe48b78b56c8cc44a8601d2ad963 (patch)
tree0808141f94dc36a325fcf6edda2b8b645561919a /Aktywator/MainForm.Designer.cs
parent5ac5e9d211eda64cf35a2d727e3c9cfc1493c99a (diff)
Default names list refresh rate increased
Diffstat (limited to 'Aktywator/MainForm.Designer.cs')
-rw-r--r--Aktywator/MainForm.Designer.cs4
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