mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 04:23:12 +00:00
Minor UI fixes (#3823)
* Resized SettingsEditor * Fixed mislabeled Gen 3 MiscEditor
This commit is contained in:
parent
569a4a7832
commit
cb0ef52676
3 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -1057,7 +1057,7 @@
|
|||
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();
|
||||
|
|
13
PKHeX.WinForms/Subforms/SettingsEditor.Designer.cs
generated
13
PKHeX.WinForms/Subforms/SettingsEditor.Designer.cs
generated
|
@ -43,7 +43,7 @@
|
|||
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 @@
|
|||
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 @@
|
|||
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 @@
|
|||
// 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 @@
|
|||
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";
|
||||
|
|
Loading…
Reference in a new issue