From d121215c8ecbf500ae771c5959a60c36a442b1fe Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 15 Nov 2014 03:21:59 +0800 Subject: [PATCH] set qrcode window background to white --- shadowsocks-csharp/View/QRCodeForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/shadowsocks-csharp/View/QRCodeForm.Designer.cs b/shadowsocks-csharp/View/QRCodeForm.Designer.cs index 53037e16..5bebca56 100755 --- a/shadowsocks-csharp/View/QRCodeForm.Designer.cs +++ b/shadowsocks-csharp/View/QRCodeForm.Designer.cs @@ -60,6 +60,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(224, 222); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;