amwx / FluentAvalonia

Control library focused on fluent design and bringing more WinUI controls into Avalonia
MIT License
1.05k stars 97 forks source link

Update TabViewItemScrollButtonFontSize Size #560

Closed cricketthomas closed 6 months ago

cricketthomas commented 6 months ago

I noticed a few differences between the FA tabview scroll button font size and that of WinUI, I could not find the exact size of the font from WinUI but it seems to be closer to 14pt. This also fixed a typo.

FluentAvalonia Before: font8

WinUI tab scroll button font: pwsh_tab

After: image

Button focused after (unchanged): image

This is a super small change and if it's not appropriate, please close.

Thanks