-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Settings V2 UI Task: Style WPF window titlebar so it's inline with UWP titlebar styling #1547
Comments
I like the get help. I also like what Zee did with some of the styling. I think a bit more 10x flair would be nice too. Let’s just say for right now styling matches 10x? |
I think following the W10X styling is a good guideline for this! |
I am sure internally there are Figma projects and other guidelines that will give you all the margin values, text sizes, weights etc you need. 😁 |
i don't think this is a good idea. rather do the darkmode work here for the titles and then wait for WInUI3 |
@niels9001 i don't think this will be an easy item due to the Island. I think this is just a "Migrate to WinUI 3" work item in the future. Reopen if you disagree |
Maybe reopen now that settings ui is WinUI 3 but the titlebar still remains legacy style? |
Summary of the new feature/enhancement
The current WPF runner app holds a XAML island with the NavigationView. Ideally the NavigationView would flow into the title bar, like most Windows 10 apps. For this, we'd need to create a custom WPF titlebar.
Proposed technical implementation details (optional)
Create a custom styling control that holds a custom minimize, maximize and close button. Background should be transparent so the NavView can flow to the top.
Left: UWP, right: WPF
The text was updated successfully, but these errors were encountered: