aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Windows95.Designer.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-26 09:04:48 -0600
committerGitHub <[email protected]>2017-03-26 09:04:48 -0600
commit4c5aed35a6474555793e716ef89b088ce5b5d804 (patch)
tree5691328e5d8c59f661fff63634aafa69b622aa6a /TimeHACK.Main/Windows95.Designer.cs
parent263e1e6d0a38c4e75a7316894399efe90e6aedb3 (diff)
parentb29562151521fcceeeb394fdff7842bcc34bfa27 (diff)
downloadhistacom2-4c5aed35a6474555793e716ef89b088ce5b5d804.tar.gz
histacom2-4c5aed35a6474555793e716ef89b088ce5b5d804.tar.bz2
histacom2-4c5aed35a6474555793e716ef89b088ce5b5d804.zip
Merge pull request #5 from lempamo/master
fix ie
Diffstat (limited to 'TimeHACK.Main/Windows95.Designer.cs')
-rw-r--r--TimeHACK.Main/Windows95.Designer.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/TimeHACK.Main/Windows95.Designer.cs b/TimeHACK.Main/Windows95.Designer.cs
index b588006..781121b 100644
--- a/TimeHACK.Main/Windows95.Designer.cs
+++ b/TimeHACK.Main/Windows95.Designer.cs
@@ -205,7 +205,7 @@
this.startmenu.Controls.Add(this.ossidestartmenu);
this.startmenu.Location = new System.Drawing.Point(0, 397);
this.startmenu.Name = "startmenu";
- this.startmenu.Size = new System.Drawing.Size(174, 298);
+ this.startmenu.Size = new System.Drawing.Size(174, 300);
this.startmenu.TabIndex = 3;
this.startmenu.Paint += new System.Windows.Forms.PaintEventHandler(this.startmenu_Paint);
//
@@ -838,6 +838,7 @@
this.desktopicons.UseCompatibleStateImageBehavior = false;
this.desktopicons.SelectedIndexChanged += new System.EventHandler(this.desktopicons_SelectedIndexChanged);
this.desktopicons.MouseDown += new System.Windows.Forms.MouseEventHandler(this.desktop_mousedown);
+ this.desktopicons.DoubleClick += new System.EventHandler(this.desktopicons_Click);
//
// rightclickbackproperties
//