diff options
| author | lempamo <[email protected]> | 2018-02-21 23:37:38 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2018-02-21 23:37:38 -0500 |
| commit | 6e993159ddb07803a564e4db911d66c97c45ea40 (patch) | |
| tree | f38584f270bda540d84255828f4e524878a35958 /Histacom2/OS/WinME/WinME.Designer.cs | |
| parent | 74892c42ac9afb987b68cc0f17c8fd16e027bc89 (diff) | |
| download | histacom2-6e993159ddb07803a564e4db911d66c97c45ea40.tar.gz histacom2-6e993159ddb07803a564e4db911d66c97c45ea40.tar.bz2 histacom2-6e993159ddb07803a564e4db911d66c97c45ea40.zip | |
switch-case is a thing, alex. fucking use it
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; // |
