-
-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System wide font settings. #31
Conversation
While your fixes regarding height restriction might be correct, the direct references to MenuFontSizeKey etc. won't be accepted, as we would have to add this to every control contained in the ribbon if we would follow your path. In fact the Microsoft Ribbon just sets this at the Ribbon level so every control inherits that setting. Please have a look at the generic.xaml contained in the assembly System.Windows.Controls.Ribbon to see where FontSize is used there. |
Sure, I have fixed it. The GUI now break on large font size, because the height of ribbon controls mostly be hard-coded. Still working on it. Another small issue: DynamicResource binding to SystemsFont now not working with Backstage, so changing of SystemsFont while app still running has no effect. I have no ideal about this problem, it still work well with other ribbon controls. |
… scope of font settings.
Thanks for contributing. There is still some work that has to be done to make your changes work perfectly (groups are not resized etc.) but it's better than before. ;-) |
No description provided.