This is a migrated thread and some comments may be shown as answers.

Fluent Theme cropping letters

2 Answers 106 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 2
Iron
Veteran
Iron
Richard asked on 26 Oct 2020, 03:44 PM

This is a small issue and it might just be my issue with a rouge style somewhere. 

If I add a 'RadRibbonDropDownButton', that has a RadGlyph as it's image then letters with descenders like 'g' and 'j' get their tails cropped ever so slightly. 

It doesn't happen with the 'RadRibbonSplitButton' and I have not tired other themes.  It's a very minor issue but it does catch the eye when you are reading buttons on the ribbon. 

Screenshots attached of the issue and zoomed in 400% , notice the tails j and g's of the dropdown button on the right. 

Thanks,

Richard

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Dinko | Tech Support Engineer
Telerik team
answered on 29 Oct 2020, 08:36 AM

Hi Richard,

Thank you for the provided image.

You are right that the letters are cropped. This comes from the RibbonDropDownButton settings in the Fluent theme. You can easily workaround this by increasing the content height of the RadRibbonView. You can set the ContentHeight property to 115.

<telerik:RadRibbonView x:Name="ribbon" ContentHeight="115">

Regards,
Dinko
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Richard
Top achievements
Rank 2
Iron
Veteran
Iron
answered on 29 Oct 2020, 02:10 PM

Thanks Dinko, that's has worked for me.

Cheers,

Richard

Tags
RibbonView and RibbonWindow
Asked by
Richard
Top achievements
Rank 2
Iron
Veteran
Iron
Answers by
Dinko | Tech Support Engineer
Telerik team
Richard
Top achievements
Rank 2
Iron
Veteran
Iron
Share this question
or