-
-
Notifications
You must be signed in to change notification settings - Fork 948
Remove all FontSize setting from the global style ? #920
Copy link
Copy link
Closed
Labels
Description
Is your feature request related to a problem? Please describe
Setting FontSize in the global style will break the inheritance of FontSize, for example, if I set FontSize in Window, all child controls that do not set FontSize will automatically inherit the FontSize setting of Window, but now that FontSize has been set in the global style of many controls, then these controls will not be able to inherit the FontSize of Window.
So, why should font size be set in global styles?
Describe the solution you'd like
Remove all FontSize setting?
Describe alternatives you've considered
No response
Additional context
Correlation issues #887
Reactions are currently unavailable