From 7759596ffd32e5dd41ff4da3ae288ad387a9498d Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 21 Dec 2023 11:31:37 -0800 Subject: [PATCH] Correct minior out-of-battle form --- .../wild/Gen9/encounter_gem_blueberry.pkl | Bin 2712 -> 2712 bytes .../Save Editors/SAV_Chatter.Designer.cs | 2 ++ 2 files changed, 2 insertions(+) diff --git a/PKHeX.Core/Resources/legality/wild/Gen9/encounter_gem_blueberry.pkl b/PKHeX.Core/Resources/legality/wild/Gen9/encounter_gem_blueberry.pkl index 7b41465c03bb0af8294365faa9f55af2c5c3f9ba..fdf47f66299a92c003a93bd56762a6556295cf83 100644 GIT binary patch delta 13 VcmbOsIzx2BElx)E$+tQ80stc~1u6gl delta 13 VcmbOsIzx2BElx&;$+tQ80stcn1tS0e diff --git a/PKHeX.WinForms/Subforms/Save Editors/SAV_Chatter.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_Chatter.Designer.cs index 0153100c2..6b8be5c0c 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/SAV_Chatter.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_Chatter.Designer.cs @@ -158,9 +158,11 @@ private void InitializeComponent() Controls.Add(B_ImportPCM); Controls.Add(B_Cancel); Controls.Add(B_Save); + FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; Icon = Properties.Resources.Icon; Margin = new System.Windows.Forms.Padding(2); MaximizeBox = false; + MinimizeBox = false; MinimumSize = new System.Drawing.Size(306, 212); Name = "SAV_Chatter"; StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;