Resize gen6 HoF editor sprite preview to large size

This commit is contained in:
Kurt
2021-08-05 18:23:39 -07:00
parent d946ea4d88
commit 1ea4683fbe

View File

@@ -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;