You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't edit the type of Pokemon moves (in Pokemon Sword) like fire punch change to ice type. This is because the type field cannot be accessed because the form does not fit on the display screen, even though it has been maximized
The text was updated successfully, but these errors were encountered:
I did this to solve it on my computer, but I suspect DPI is the reason this happens. For some reason I haven't been able to figure out, removing this.SuspendLayout(); (GenericEditor.Designer.cs, l. 40) solves this, though that allows the FlowLayoutPanel (which keeps the buttons in their place) to grow to its fixed size (height 44), pushing the grid below about 15 pixels and still overlaying it by 5 or so pixels.
I can't edit the type of Pokemon moves (in Pokemon Sword) like fire punch change to ice type. This is because the type field cannot be accessed because the form does not fit on the display screen, even though it has been maximized
The text was updated successfully, but these errors were encountered: