From 1ea4683fbead10341b1104eaf7324ee3284fc799 Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 5 Aug 2021 18:23:39 -0700 Subject: [PATCH] Resize gen6 HoF editor sprite preview to large size --- .../Subforms/Save Editors/Gen6/SAV_HallOfFame.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_HallOfFame.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_HallOfFame.Designer.cs index bfc6bdcff..08852aaf2 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_HallOfFame.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_HallOfFame.Designer.cs @@ -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;