RRUZ / vcl-styles-utils

Extend and improve the Delphi VCL Styles
https://theroadtodelphi.wordpress.com/
329 stars 115 forks source link

MainMenu.items not scaling #303

Open WarmBooter opened 1 year ago

WarmBooter commented 1 year ago

Alexandria 11.3 Patch 1 applied

When I move a MainForm to a high dpi monitor (window's scale > 100%) the menubar has its fonts scaled correctly, but not the menuitems.

If I remove Vcl.Styles.Utils.Menus from the project, the problem is solved (but of course other problems appear, especially with popupmenus).