diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-02 16:10:38 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-02 16:10:38 +0100 |
| commit | 9d4a384d899702c01443872b75d182e810e3dac1 (patch) | |
| tree | 3633465b1a52c525d292cccf5765abc4af4c6902 /TimeHACK.Main/OS/Win98 | |
| parent | da6e7a7e8b3d8944d9139d4e2bb3ecfa2122840b (diff) | |
| parent | 69ae842e6e3193a27b0294f92784ef97eb69fb37 (diff) | |
| download | histacom2-9d4a384d899702c01443872b75d182e810e3dac1.tar.gz histacom2-9d4a384d899702c01443872b75d182e810e3dac1.tar.bz2 histacom2-9d4a384d899702c01443872b75d182e810e3dac1.zip | |
Updated!
# Conflicts:
# TimeHACK.Main/OS/Win95/Win95.Designer.cs
# TimeHACK.Main/OS/Win95/Win95.cs
# TimeHACK.Main/Properties/Resources.resx
# TimeHACK.Main/TimeHACK.Main.csproj
Diffstat (limited to 'TimeHACK.Main/OS/Win98')
| -rw-r--r-- | TimeHACK.Main/OS/Win98/Win98.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98.Designer.cs b/TimeHACK.Main/OS/Win98/Win98.Designer.cs index 255a97a..d1f66dd 100644 --- a/TimeHACK.Main/OS/Win98/Win98.Designer.cs +++ b/TimeHACK.Main/OS/Win98/Win98.Designer.cs @@ -177,6 +177,7 @@ this.startmenu.Name = "startmenu"; this.startmenu.Size = new System.Drawing.Size(174, 300); this.startmenu.TabIndex = 4; + this.startmenu.Paint += (sender, args) => Engine.Paintbrush.paintClassicBorders(sender, args, 2); // // startmenuitems // @@ -879,7 +880,7 @@ // osimage // this.osimage.Dock = System.Windows.Forms.DockStyle.Fill; - this.osimage.Image = global::TimeHACK.Properties.Resources.Win95SideBar; + this.osimage.Image = global::TimeHACK.Properties.Resources.Win98SideBar; this.osimage.Location = new System.Drawing.Point(0, 0); this.osimage.Name = "osimage"; this.osimage.Size = new System.Drawing.Size(26, 297); |
