mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-26 15:56:20 -05:00
Resize gen6 HoF editor sprite preview to large size
This commit is contained in:
@@ -132,9 +132,9 @@ private void InitializeComponent()
|
||||
// bpkx
|
||||
//
|
||||
this.bpkx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.bpkx.Location = new System.Drawing.Point(15, 109);
|
||||
this.bpkx.Location = new System.Drawing.Point(15, 85);
|
||||
this.bpkx.Name = "bpkx";
|
||||
this.bpkx.Size = new System.Drawing.Size(44, 32);
|
||||
this.bpkx.Size = new System.Drawing.Size(70, 58);
|
||||
this.bpkx.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.bpkx.TabIndex = 31;
|
||||
this.bpkx.TabStop = false;
|
||||
|
||||
Reference in New Issue
Block a user