You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default ControlsHelper.HeaderFontSize is way too big. I have several GroupBoxes and Expander controls in my application and I don't use the MahApps.Fonts.xaml so all controls use the system settings.
However all controls using ControlsHelper.HeaderFontSize apply it's default which is 26.67.
Expected outcome
The default of ControlsHelper.HeaderFontSize should be SystemFonts.MessageFontSize.
With that all controls would take the system settings if ContentFontSize is not set.