aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-09 18:02:34 -0400
committerlempamo <[email protected]>2017-08-09 18:02:34 -0400
commitb3c84489d5597811822099220dbe28f57b62a9a8 (patch)
treee1dd64df535f7fdbc2d9ad25a9fb13642a7a5bd3 /TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper
parent1d56f20e085a041c007fb7ac1fd64c7b8aabfa0f (diff)
downloadhistacom2-b3c84489d5597811822099220dbe28f57b62a9a8.tar.gz
histacom2-b3c84489d5597811822099220dbe28f57b62a9a8.tar.bz2
histacom2-b3c84489d5597811822099220dbe28f57b62a9a8.zip
time distorter 0.1 up and running
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs11
1 files changed, 7 insertions, 4 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs
index 10beaaa..0cb1d2f 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs
@@ -107,6 +107,7 @@
this.helpToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
+ this.menuStrip1.Padding = new System.Windows.Forms.Padding(2, 2, 0, 2);
this.menuStrip1.Size = new System.Drawing.Size(164, 24);
this.menuStrip1.TabIndex = 8;
this.menuStrip1.Text = "menuStrip1";
@@ -129,8 +130,9 @@
this.toolStripSeparator4,
this.exitToolStripMenuItem});
this.gameToolStripMenuItem.Name = "gameToolStripMenuItem";
- this.gameToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
- this.gameToolStripMenuItem.Text = "Game";
+ this.gameToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0);
+ this.gameToolStripMenuItem.Size = new System.Drawing.Size(42, 20);
+ this.gameToolStripMenuItem.Text = "&Game";
this.gameToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
//
// newToolStripMenuItem
@@ -258,8 +260,9 @@
this.toolStripSeparator5,
this.aboutMinesweeperToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
- this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
- this.helpToolStripMenuItem.Text = "Help";
+ this.helpToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0);
+ this.helpToolStripMenuItem.Size = new System.Drawing.Size(36, 20);
+ this.helpToolStripMenuItem.Text = "&Help";
//
// helpTopicsToolStripMenuItem
//