
If I set aWidth and/or Height on a RibbonButton in a Ribbon the Icon gets distorted.
<ribbon:Button
Label="Machine Focus" Width="75"
ImageSourceLarge="{StaticResource focusMachine}"
Click="btnFocusMachine_Click" />
<ribbon:Button
Label="Machine Focus"
ImageSourceLarge="{StaticResource focusMachine}"
Click="btnFocusMachine_Click" />
How can I get Buttons of euqal width without distorting the icon?
Best regards,
Ansgar