When running the application in high-DPI mode, the height of the capacity bar is calculated incorrectly and appears higher. Is there a quick solution to this issue?
Only the font sizes are changed, the control height itself is not changed, so this is something under control of VCL. Supposedly if you want to maintain the same height, you'll need to shrink the height of the capacity bar manually.
It's not about the height of the VCL control, I'm talking about the bar element drawn on the control's canvas. In my opinion, the bar is drawn incorrectly by high DPI. Also, the distance between the bar and the legend doesn't match with what we see in design time.
Of course, you could make the bar thinner by reduce the height of the VCL control. But that's not the right solution, in my opinion.
Hi, we have further investigated this here and have not experienced issues with high DPI. in both normal and high DPI the capacity bar is drawn with normal proportions. Are you using the default application settings?