I need to use png
images with transparent background in TMainMenu
(via TAction
) (C++).
But when including the images in the component, they lose quality, leaving some figures with a checkered appearance.
The images have a size of 21px and the component is configured with 21px as well. I've tried to include larger images (48px) but it has the same problem.
Would there be any way to resolve this?
Thank you in advance for your attention.