You are not logged in.
File menu has style #1 (dark blue highlight, bit more compact) but Shell sub-menu has style #2 (light blue highlight, items bit more spaced out):
Mark sub-menu has style #1 again:
Clear, Select and Move sub-menus all have style #2:
Export menu also has style #2:
But Options menu has style #1 again:
What gives and why the weird inconsistency? IMO style #2 ought to be used everywhere since it is the default one used by Windows and most apps.
Last edited by Andrew (2014-05-21 01:39)
Offline
This is a limitation of the component library. You might have noticed, all menus which have style #1 (dark blue highlight, bit more compact) have at least one icon in the menu. The current component library uses custom drawing of the menu when it needs to draw an icon, while menus without icons are drawn by the operating system.
The only true fix for this is to upgrade/migrate to a newer component library (newer development environment). Not ready to do that yet.
Offline
But can't menu style #2 (which you say is drawn by the OS) contain icons too? See the examples from Windows Explorer below:
So why not just use style #2 for all the menus so it looks consistent, or is that not possible without updating the component library?
Offline
...or is that not possible without updating the component library?
Exactly right!
Offline
So did you update the component lib in 6.0.0.1 alpha, because this seems to have been fixed?
Offline
Yes, there is a newer components library now.
All menus have a consistent (native) look and feel.
Offline