From 6e993159ddb07803a564e4db911d66c97c45ea40 Mon Sep 17 00:00:00 2001 From: lempamo Date: Wed, 21 Feb 2018 23:37:38 -0500 Subject: switch-case is a thing, alex. fucking use it --- Histacom2/OS/WinME/WinME.Designer.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Histacom2/OS/WinME/WinME.Designer.cs') 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; // -- cgit v1.2.3