kwsch / pkNX

Pokémon (Nintendo Switch) ROM Editor & Randomizer
https://projectpokemon.org/home/forums/topic/48647-pknx-nintendo-switch-rom-editor-randomizer/
GNU General Public License v3.0
338 stars 106 forks source link

can't edit type of pokemon moves in Pokemon Sword #349

Open genocidekyuubi opened 8 months ago

genocidekyuubi commented 8 months ago

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

1

drvictorvs commented 5 months ago

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.

duckdoom4 commented 5 months ago

This is the main reason I started the shift to WPF instead of win forms. Just haven't transferred all forms yet