aboutsummaryrefslogtreecommitdiff
path: root/Histacom2
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-11-15 19:33:54 -0500
committerlempamo <[email protected]>2017-11-15 19:33:54 -0500
commite8795f99a571ea37b4ce4ad285f4eb0765c05afa (patch)
treee5cafc819473b9623170e99856edaa4ca77056ee /Histacom2
parent6a100bc8794d0e7313868a4b7082d9475117617c (diff)
downloadhistacom2-e8795f99a571ea37b4ce4ad285f4eb0765c05afa.tar.gz
histacom2-e8795f99a571ea37b4ce4ad285f4eb0765c05afa.tar.bz2
histacom2-e8795f99a571ea37b4ce4ad285f4eb0765c05afa.zip
fixed a little issue with the 98 welcome page
Diffstat (limited to 'Histacom2')
-rw-r--r--Histacom2/OS/Win98/Win98Apps/Win98Welcome.Designer.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/Win98Welcome.Designer.cs b/Histacom2/OS/Win98/Win98Apps/Win98Welcome.Designer.cs
index 00eb923..f7cf117 100644
--- a/Histacom2/OS/Win98/Win98Apps/Win98Welcome.Designer.cs
+++ b/Histacom2/OS/Win98/Win98Apps/Win98Welcome.Designer.cs
@@ -52,8 +52,9 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::Histacom2.Properties.Resources.Win98Welcome;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+ this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.Controls.Add(this.classicButton1);
+ this.DoubleBuffered = true;
this.Name = "Win98Welcome";
this.Size = new System.Drawing.Size(477, 322);
this.ResumeLayout(false);