Browse Source

fixed password mask

tags/3.2
kimw 8 years ago
parent
commit
3f8d5b415b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/View/ConfigForm.Designer.cs

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

@@ -174,10 +174,10 @@
this.PasswordTextBox.Location = new System.Drawing.Point(83, 60);
this.PasswordTextBox.MaxLength = 256;
this.PasswordTextBox.Name = "PasswordTextBox";
this.PasswordTextBox.PasswordChar = '*';
this.PasswordTextBox.Size = new System.Drawing.Size(160, 21);
this.PasswordTextBox.TabIndex = 2;
this.PasswordTextBox.WordWrap = false;
this.PasswordTextBox.UseSystemPasswordChar = true;
//
// EncryptionLabel
//


Loading…
Cancel
Save