diff --git a/PKHeX.WinForms/Resources/text/lang_en.txt b/PKHeX.WinForms/Resources/text/lang_en.txt index c34d52dfa..4bfa207b1 100644 --- a/PKHeX.WinForms/Resources/text/lang_en.txt +++ b/PKHeX.WinForms/Resources/text/lang_en.txt @@ -27,7 +27,7 @@ SAV_HoneyTree=Honey Tree Editor SAV_Inventory=Inventory Editor SAV_Link6=Pokémon Link Tool SAV_MailBox=MailBox Editor -SAV_Misc3=Trainer Data Editor +SAV_Misc3=Misc Editor SAV_Misc4=Misc Editor SAV_Misc5=Misc Editor SAV_Misc8b=Misc Editor diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen3/SAV_Misc3.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen3/SAV_Misc3.Designer.cs index 735268f93..a282cc563 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen3/SAV_Misc3.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen3/SAV_Misc3.Designer.cs @@ -1057,7 +1057,7 @@ private void InitializeComponent() this.MinimumSize = new System.Drawing.Size(200, 150); this.Name = "SAV_Misc3"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "Trainer Data Editor"; + this.Text = "Misc Editor"; this.tabControl1.ResumeLayout(false); this.TAB_Main.ResumeLayout(false); this.TAB_Main.PerformLayout(); diff --git a/PKHeX.WinForms/Subforms/SettingsEditor.Designer.cs b/PKHeX.WinForms/Subforms/SettingsEditor.Designer.cs index 7ffcdf98c..5305c75d5 100644 --- a/PKHeX.WinForms/Subforms/SettingsEditor.Designer.cs +++ b/PKHeX.WinForms/Subforms/SettingsEditor.Designer.cs @@ -43,7 +43,7 @@ private void InitializeComponent() this.FLP_Blank.Dock = System.Windows.Forms.DockStyle.Top; this.FLP_Blank.Location = new System.Drawing.Point(0, 0); this.FLP_Blank.Name = "FLP_Blank"; - this.FLP_Blank.Size = new System.Drawing.Size(334, 27); + this.FLP_Blank.Size = new System.Drawing.Size(494, 27); this.FLP_Blank.TabIndex = 1; // // L_Blank @@ -62,7 +62,7 @@ private void InitializeComponent() this.CB_Blank.FormattingEnabled = true; this.CB_Blank.Location = new System.Drawing.Point(112, 3); this.CB_Blank.Name = "CB_Blank"; - this.CB_Blank.Size = new System.Drawing.Size(137, 21); + this.CB_Blank.Size = new System.Drawing.Size(180, 23); this.CB_Blank.TabIndex = 1; // // tabControl1 @@ -72,13 +72,14 @@ private void InitializeComponent() this.tabControl1.Multiline = true; this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(334, 284); + this.tabControl1.Size = new System.Drawing.Size(494, 309); + this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight; this.tabControl1.TabIndex = 3; // // B_Reset // this.B_Reset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.B_Reset.Location = new System.Drawing.Point(256, 2); + this.B_Reset.Location = new System.Drawing.Point(416, 2); this.B_Reset.Name = "B_Reset"; this.B_Reset.Size = new System.Drawing.Size(75, 23); this.B_Reset.TabIndex = 4; @@ -88,7 +89,7 @@ private void InitializeComponent() // SettingsEditor // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; - this.ClientSize = new System.Drawing.Size(334, 311); + this.ClientSize = new System.Drawing.Size(494, 336); this.Controls.Add(this.B_Reset); this.Controls.Add(this.tabControl1); this.Controls.Add(this.FLP_Blank); @@ -97,7 +98,7 @@ private void InitializeComponent() this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(350, 350); + this.MinimumSize = new System.Drawing.Size(510, 375); this.Name = "SettingsEditor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Settings";