ADVMainMenu

After updating to the latest version of VCL UI Pack,and ADVMainMenu 2-7-1-15 I get a large gap between menu items, se picture.

How can I make the gap smaller?

Snap1

What IDE is this?
What is the DPI situation? High DPI runtime? High DPI design-time?
Are VCL styles being used?

Ide is Delphi 12.3, 32.

High DPI? Where is it set? VCL styles, where is it set? Never used any of those, all is default.

Prior version of VCL UI Pack was 3-4 versions ealier and worked fine, no changes in code.

Hey
I have the same issue, it seem to come from the latest changes in

TMS UI Pack 13.5.8.1
AdvMenus.pas from line 1331

      else
      begin
        {$IFDEF DELPHIXE15_LVL}
        if StyleServices.Enabled then
          Width := 8 + ACanvas.TextWidth(MenUItem.Caption);
        {$ENDIF}
      end;

Using
RAD Studio 13 Version 37.0.57242.3601 (september/october patch)
Using default Windows style
no high DPI

I have a simular issue in Toolbar buttons. See attached before and after picture

Any update/news on this topic?

It is on the todolist to investigate

We could trace this issue.
We've applied improvements that will be included in the next release.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.