Hi,
I have upgraded to latest VCL UI Pack (v13.5.10.1) and my TAdvGlowButton and TAdvToolbar caption fonts have changed. The button font is too big and the toolbar caption font is too small?
I have a Styler set to Office2019 White -- what properties do I need to change to get my old fonts back. Every font I can see is set to Segoe UI, 9pt ??
Delphi 10.3
Thanks
PS I can't see any changes at design time, only run time which is frustrating
Delphi version?
DPI settings runtime? DPI design-time?
Reproducible with any of the demos?
Delphi 10.3
Form.PixelsPerInch = 96
Runtime = 120
(Display Settings 125% scale)
Haven't tried demos - but this has only just happened in latest release
I.e. it was fine @ 9am this morning before I upgraded
What was the previous version of TMS VCL UI Pack you were using?
Is this TAdvGlowButton on the toolbars or TAdvToolBarButton?
Preferably, send a sample source project with which we can reproduce this here.
And also for high DPI, preferably use a newer Delphi version, as several improvements/changes were done in the VCL framework for high DPI in the newer Delphi versions.
Previous version was 13.5.0.0 -- I think but there's no version info in the Setup.exe (dated 7th March 2025). (The folder that the setup was inside was called 13_5_0_0
We are going to move to 13 as soon as we can, legacy app that is being modernised.
TAdvGlowButton on the ribbon toolbar - as per image -- right click - Add AdvGlowbutton
I will try to get a demo app -- but is time consuming of course
There was some old code (in a base class, hence I didn't spot it) that was scaling up the font size on TAdvGlowButtons & presumably you've fixed that in latest release so we were scaling up the font twice.