
If I set aWidth and/or Height on a RibbonButton in a Ribbon the Icon gets distorted.
How can I get Buttons of euqal width without distorting the icon?
Best regards,
Ansgar
If I set aWidth and/or Height on a RibbonButton in a Ribbon the Icon gets distorted.
How can I get Buttons of euqal width without distorting the icon?
Best regards,
Ansgar
Hello,
It's probably trying to center the image (which is likely 32x32 size) in your 75px, which means it will be blurry. If you make a fixed width button, you'd need to make it an even number so the image centers without bluriness. But I don't recommend making fixed width buttons at all, since they should be sized according to their real desired sizes in ribbon.
Thanks. Your solution works.
Best regards,
Ansgar
Please log in to a validated account to post comments.