aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.cs
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/Win95Notepad.cs
parent18b10c1d62896c67e82e4a358f9ccfb45c32b5dc (diff)
downloadhistacom2-7f780587c46e9bd5ef1764d18285c8bc47003802.tar.gz
histacom2-7f780587c46e9bd5ef1764d18285c8bc47003802.tar.bz2
histacom2-7f780587c46e9bd5ef1764d18285c8bc47003802.zip
fixed crashing apps
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.cs2
1 files changed, 1 insertions, 1 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;
}
}