From a17047c901f28962d99239808190c98dfee106a7 Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 21 Aug 2016 19:23:06 -0700 Subject: [PATCH] Remove password char on google api box --- PokemonGo.RocketBot.Window/Forms/SettingForm.Designer.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PokemonGo.RocketBot.Window/Forms/SettingForm.Designer.cs b/PokemonGo.RocketBot.Window/Forms/SettingForm.Designer.cs index 1b873adb3..f2d2f5b3f 100644 --- a/PokemonGo.RocketBot.Window/Forms/SettingForm.Designer.cs +++ b/PokemonGo.RocketBot.Window/Forms/SettingForm.Designer.cs @@ -361,7 +361,6 @@ private void InitializeComponent() this.GoogleApiBox.Location = new System.Drawing.Point(140, 142); this.GoogleApiBox.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.GoogleApiBox.Name = "GoogleApiBox"; - this.GoogleApiBox.PasswordChar = '*'; this.GoogleApiBox.Size = new System.Drawing.Size(184, 23); this.GoogleApiBox.TabIndex = 33; // @@ -2611,10 +2610,10 @@ private void InitializeComponent() // saveBtn // this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.saveBtn.Location = new System.Drawing.Point(541, 540); + this.saveBtn.Location = new System.Drawing.Point(518, 540); this.saveBtn.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.saveBtn.Name = "saveBtn"; - this.saveBtn.Size = new System.Drawing.Size(263, 32); + this.saveBtn.Size = new System.Drawing.Size(286, 32); this.saveBtn.TabIndex = 29; this.saveBtn.Text = "Save (This will automatically restart RocketBot)"; this.saveBtn.UseVisualStyleBackColor = true;