From 20888be46b9c9ae14db62e746e61eeea48920ef5 Mon Sep 17 00:00:00 2001 From: lempamo Date: Tue, 3 Oct 2017 21:08:34 -0400 Subject: quick minor design fix --- Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs b/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs index 5c47344..cf5fd9c 100644 --- a/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs +++ b/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs @@ -170,6 +170,7 @@ // login // this.login.BackColor = System.Drawing.Color.Moccasin; + this.login.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.login.Controls.Add(this.label2); this.login.Controls.Add(this.txtscreenname); this.login.Controls.Add(this.button1); @@ -199,9 +200,9 @@ // // button1 // - this.button1.AdaptBackColorWithTheme = true; - this.button1.AdaptFontWithTheme = true; - this.button1.AdaptForeColorWithTheme = true; + this.button1.AdaptBackColorWithTheme = false; + this.button1.AdaptFontWithTheme = false; + this.button1.AdaptForeColorWithTheme = false; this.button1.BackColor = System.Drawing.Color.NavajoWhite; this.button1.DialogResult = System.Windows.Forms.DialogResult.None; this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); -- cgit v1.2.3