Skip to content

Fix component padding

Bkg2k requested to merge fix-component-padding into master

Change field order of most used GUI components to reduce/wipe padding bytes. Class fields should always be ordered from largest to smallest, otherwise the compiler generates padding byte to comply with alignment requirements.

Merge request reports