-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Rectangular Tab border instead of circular #7213
Comments
Notes:
|
From discussion with WinUI folks:
We'd need to make a specific request on WinUI to allow this to be changed in the tab view. |
If you are willing to give up the two corner overlays, then customizing the entire tab can be easily done through TabContainer, without having to update the path through code. Otherwise, I'd suggest using a single positive corner radius and another property for the tab attaching to the bottom or not. <TabViewItem CornerRadius="8,8,4,4" IsAttached="True"> |
That seems like a pretty sensible approach to me - we should make sure to capture that in the feature request on the WinUI team (whenever we get around to filing it) |
Maybe I've been overcomplicating by trying to dedupe this with #3327 (comment). There's basically two sides to this spectrum
|
WinUI thread: microsoft/microsoft-ui-xaml#7032 |
Hi just to be clear - the work referenced being done in this issue is to allow end-users to make such OS/1st party UI-disruptive changes at their own peril, right? Or at a maximum, perhaps check if they're on win10 vs 11 or something? Most certainly a linguistic/tonal/inference thing on my part, but if anyone is actually demanding regressing back to right angles again in 2022 as "the" WT design, on the basis of an obviously subjective and almost certainly minority-held premise of "rounded ugly" then I'll eat my shoe 🙄 |
Yes, to be totally clear - this would be a setting as a part of Themes. This would absolutely not be something we roll out by default to all users. It'd instead be a knob users could set if they so choose. |
Rectangular border like Microsoft Edge Legacy
Remove the curved border of tabs in Terminal and the weird colored border around the entire title bar.
The current one looks ugly, and resembles chromium (but bad), The first tab shouldn't have any space left to it's left.
and The tile bar is little thick when not maximized.
Current Look
What should it look like
The text was updated successfully, but these errors were encountered: