ewerybody / a2

Autohotkey module managing and developing framework.
GNU General Public License v3.0
63 stars 10 forks source link

Change menu item icons size accordingly to stylesheet #198

Closed ewerybody closed 4 years ago

ewerybody commented 4 years ago

Expected Behavior

If I change the UI-Scale in the Advanced settings tab the icons in the menus should change as well.

Current Behavior

Pretty much everything scales but these menu item icons.

Possible Solution

Maybe there is something that we can put in our stylesheet but might be this is borked from Qt side and we need to set the size when an menu is built. Menus are always on demand. So it might be that we can have a generalized solution.

ewerybody commented 4 years ago

There was a bug on Qt4 from 2008: https://bugreports.qt.io/browse/QTBUG-261 I found a solution to it... well its kinda wacky but well. Works so far.

ewerybody commented 4 years ago

This was related to #189