Browse Source

Don't zoom QRCode

tags/3.4.1
noisyfox 7 years ago
parent
commit
b972cb250b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/View/QRCodeForm.Designer.cs

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

@@ -40,7 +40,7 @@
this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(210, 210);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//


Loading…
Cancel
Save