EmulationStation icon indicating copy to clipboard operation
EmulationStation copied to clipboard

Helpstyle: fix remaining inconsistent layout alignment and styling

Open lioneil opened this issue 1 year ago • 2 comments
trafficstars

This builds on #146.

Fixes various Help hints in the Main Menu dialog not inheriting the current theme's styling.

Sample: I'm using the same theme for both screenshot.

Before (help hint is supposed to be centered): image

After the fix: image

Before (Comic-Book theme, help hints are unstyled): image

After: image

There are other screens with the same issues: scraper menu, deeper down the custom collection submenus, the TextEdit dialogs, etc.

Hopefully this fixes all of them.

Note: I am not really a C++ developer, so you might see some poor choices I made in code.

lioneil avatar Apr 06 '24 21:04 lioneil

Thanks for sending this over! Let me take a look at this and revert.

pjft avatar Apr 08 '24 12:04 pjft

Thank you for putting this together. I tested it and it's working as intended.

Could you add it to the Edit Metadata window as well, and potentially squash everything into a single commit?

Any minor adjustments to the code - such as the comment I left regarding minor code style changes - can be applied in the same.

Thank you!

pjft avatar Jun 14 '24 09:06 pjft