In localizing your demo code for a RichTextBox I noticed some size mode-related inconsistencies in icon placements in the various sorts of buttons:
In Size=large, generally the icon appears above the button text. In the split button the icon is centered over and partially obscures the text. Unacceptable!
In Size=medium, generally the icon appears to the left of the text. In the Split button it appears below the text. Either is fine but should be consistent.
Also, when Size=medium and icon beside text, in all buttons I would like to see more spacing between the icon and the text; there seems to be virtually none.
Hello David,
Do not hesitate to write us back when you manage to reproduce this behavior.
Regards,
Martin
Progress Telerik
Hello David,
I am not sure which specific buttons you are testing and I tried to reproduce the described behavior using RadRibbonButton and RadRibbonSplitButton but I did not observe such text obscureness and with Size property set to "Medium" the icon appears as expected, left to the text (see the attached screenshot). Could I ask you to send us some screenshots demonstrating this behavior?
As for changing the spacing between the icon and the text of the button you can achieve this by editing the button template, by setting the desired space using the element`s Margin property. For more information and examples you can check the Editing Control Templates help topic.
Looking forward to hearing from you.
Regards,
Martin
Progress Telerik