-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Restore the tab padding #15339
Restore the tab padding #15339
Conversation
@@ -45,7 +45,7 @@ | |||
Color="{ThemeResource SystemErrorTextColor}" /> | |||
|
|||
<!-- Suppress top padding --> | |||
<Thickness x:Key="TabViewHeaderPadding">9,0,5,0</Thickness> | |||
<Thickness x:Key="TabViewHeaderPadding">0,0,0,0</Thickness> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removing the right padding - worth making sure about the sice when the tab bar is full-width
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot figure out what the right padding was for. It looks the same here as in 1.18.1291 (and this PR isn't in that build)
@@ -146,7 +146,7 @@ | |||
--> | |||
<x:Double x:Key="CaptionButtonHeightWindowed">40.0</x:Double> | |||
<!-- 32 + (1 to compensate for GH#10746) + (-1 for GH#15164) --> | |||
<x:Double x:Key="CaptionButtonHeightMaximized">33.0</x:Double> | |||
<x:Double x:Key="CaptionButtonHeightMaximized">32.0</x:Double> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait this broke too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤷
Honestly, I don't really know where it regressed. There isn't time for me to go digging.
See also
Closes #15326