mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
parent
e70a2f40b8
commit
27754afea8
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ namespace PKHeX.WinForms.Controls
|
|||
|
||||
public void RecenterControls()
|
||||
{
|
||||
if (Width < BoxPokeGrid.Width)
|
||||
Width = BoxPokeGrid.Width;
|
||||
BoxPokeGrid.HorizontallyCenter(this);
|
||||
int p1 = CB_BoxSelect.Location.X;
|
||||
CB_BoxSelect.HorizontallyCenter(this);
|
||||
|
|
Loading…
Reference in a new issue