From 3f8d5b415b41c43e0d71ea708c08cf3d8d395fe1 Mon Sep 17 00:00:00 2001 From: kimw Date: Sat, 14 May 2016 05:24:25 -0400 Subject: [PATCH] fixed password mask --- shadowsocks-csharp/View/ConfigForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-csharp/View/ConfigForm.Designer.cs b/shadowsocks-csharp/View/ConfigForm.Designer.cs index fcd11838..81176a3c 100755 --- a/shadowsocks-csharp/View/ConfigForm.Designer.cs +++ b/shadowsocks-csharp/View/ConfigForm.Designer.cs @@ -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 //