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 following should be set to ensure the application follows upstream Fluent2 theme.
The window Background should be using the pre-existing WindowBackground resource instead of Transaparent.
I realize font-related properties may intentionally NOT be set so the UI is more similar to Aero2 and older themes for compatibility with existing apps. However, I would still argue the font family/size is important to the Fluent look-and-feel and we should set these by default. Apps can disable them if desired.
Description
The Fluent2 Window Style is missing a few very important setters. I suspect some of them might be on purpose but it still should be discussed:
Reproduction Steps
See current default control style:
https://github.com/dotnet/wpf/blob/main/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/Window.xaml
Expected behavior
The following should be set to ensure the application follows upstream Fluent2 theme.
The window Background should be using the pre-existing WindowBackground resource instead of Transaparent.
I realize font-related properties may intentionally NOT be set so the UI is more similar to Aero2 and older themes for compatibility with existing apps. However, I would still argue the font family/size is important to the Fluent look-and-feel and we should set these by default. Apps can disable them if desired.
Actual behavior
Properties are not set
Regression?
No response
Known Workarounds
No response
Impact
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: