diff options
Diffstat (limited to 'Histacom2/OS/WinME/WinME.Designer.cs')
| -rw-r--r-- | Histacom2/OS/WinME/WinME.Designer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Histacom2/OS/WinME/WinME.Designer.cs b/Histacom2/OS/WinME/WinME.Designer.cs index 1e5cfef..7ef6b54 100644 --- a/Histacom2/OS/WinME/WinME.Designer.cs +++ b/Histacom2/OS/WinME/WinME.Designer.cs @@ -947,12 +947,11 @@ namespace Histacom2.OS.WinME // // osimage // - this.osimage.Dock = System.Windows.Forms.DockStyle.Fill; + this.osimage.Dock = System.Windows.Forms.DockStyle.Bottom; this.osimage.Image = global::Histacom2.Properties.Resources.Win95SideBar; this.osimage.Location = new System.Drawing.Point(0, 0); this.osimage.Name = "osimage"; this.osimage.Size = new System.Drawing.Size(21, 265); - this.osimage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.osimage.TabIndex = 0; this.osimage.TabStop = false; // |
