Browse Source

set qrcode window background to white

tags/2.3
clowwindy 10 years ago
parent
commit
d121215c8e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      shadowsocks-csharp/View/QRCodeForm.Designer.cs

+ 1
- 0
shadowsocks-csharp/View/QRCodeForm.Designer.cs View File

@@ -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;


Loading…
Cancel
Save