aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-29 12:10:34 -0400
committerlempamo <[email protected]>2017-04-29 12:10:34 -0400
commit7f780587c46e9bd5ef1764d18285c8bc47003802 (patch)
tree850d95ba58f67e415edc6ada51bcf6dfb0f69583 /TimeHACK.Main/OS/Win95/Win95Apps
parent18b10c1d62896c67e82e4a358f9ccfb45c32b5dc (diff)
downloadhistacom2-7f780587c46e9bd5ef1764d18285c8bc47003802.tar.gz
histacom2-7f780587c46e9bd5ef1764d18285c8bc47003802.tar.bz2
histacom2-7f780587c46e9bd5ef1764d18285c8bc47003802.zip
fixed crashing apps
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.cs2
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.cs
index 6ff7833..390614d 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.cs
@@ -21,7 +21,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
item.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
item.BackColor = Color.Silver;
item.BackgroundImage = Properties.Resources.sliversilver;
- item.BackgroundImageLayout = ImageLayout.None;
+ item.BackgroundImageLayout = ImageLayout.Center;
item.DisplayStyle = ToolStripItemDisplayStyle.Text;
}
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs
index f270eac..217de42 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.cs
@@ -30,7 +30,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
item.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
item.BackColor = Color.Silver;
item.BackgroundImage = Properties.Resources.sliversilver;
- item.BackgroundImageLayout = ImageLayout.None;
+ item.BackgroundImageLayout = ImageLayout.Center;
item.DisplayStyle = ToolStripItemDisplayStyle.Text;
}