diff options
| author | Jason <[email protected]> | 2017-07-06 18:32:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-06 18:32:31 +0200 |
| commit | b37a9fa6c4f42790274219fd972e34cec518cc1e (patch) | |
| tree | 40a0fa7692f467d4703ba1abb29fd4e068f4fa7f /TimeHACK.Main/OS/Win95/Win95.Designer.cs | |
| parent | e4ee95004a1655a61355d64818d633bcca00fd52 (diff) | |
| parent | 4b44847216ac4b498d088c11db5f928cc037d605 (diff) | |
| download | histacom2-b37a9fa6c4f42790274219fd972e34cec518cc1e.tar.gz histacom2-b37a9fa6c4f42790274219fd972e34cec518cc1e.tar.bz2 histacom2-b37a9fa6c4f42790274219fd972e34cec518cc1e.zip | |
Merge pull request #118 from jayxkanz666/master
Added Time Distorter with modularity
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index e164439..998ece1 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -243,7 +243,7 @@ namespace TimeHACK.OS.Win95 this.startmenuitems.Name = "startmenuitems"; this.startmenuitems.Padding = new System.Windows.Forms.Padding(6, 2, 0, 0); this.startmenuitems.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; - this.startmenuitems.Size = new System.Drawing.Size(145, 292); + this.startmenuitems.Size = new System.Drawing.Size(145, 311); this.startmenuitems.TabIndex = 0; this.startmenuitems.Text = "StartMenu"; // @@ -723,7 +723,7 @@ namespace TimeHACK.OS.Win95 this.TimeDistorterToolStripMenuItem.Name = "TimeDistorterToolStripMenuItem"; this.TimeDistorterToolStripMenuItem.Size = new System.Drawing.Size(181, 28); this.TimeDistorterToolStripMenuItem.Text = "Time Distorter"; - this.TimeDistorterToolStripMenuItem.Visible = false; + this.TimeDistorterToolStripMenuItem.Click += new System.EventHandler(this.TimeDistorterToolStripMenuItem_Click); // // DocumentsToolStripMenuItem // |
