-
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
tab.showCloseButton: hover|never
+ tabWidthMode: titleLength
should have some padding on the left of the tab
#13725
Comments
It's not making it for 1.16, so it's out. Closes a bullet point in #13725
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
See also: https://github.com/microsoft/microsoft-ui-xaml/blob/33732458ede38166f9127675898e4760c82b89bb/dev/SplitButton/SplitButton.xaml#L290-L293 We need to * Also set `SplitButtonForegroundSecondary` cause SplitButton's use that resource separately from the `Foreground()` property * Manually trigger the visual state change, to refresh the brushes. We do something similar in TabBase This is one of the bullet points in #13725
As noted in microsoft/microsoft-ui-xaml#7674 (comment) Screenshot below. * [x] Closes a single element of #13725
As noted in microsoft/microsoft-ui-xaml#7674 (comment) Screenshot below. * [x] Closes a single element of #13725
Apologies if this is not the right place to post this, but just wanted to add a +1 for On a similar note, would it be feasible to remove the (erroneous?) straight line cutting through the rounded bottom left corner of each tab? This seems like it may be some kind of stray rendering artifact left over from when the tab is not active (if I'm seeing this right, the corner rounding is applied when the tab becomes active). Are the left and right sides of the tab handled differently? There is no cut-through in the bottom right corner of the tab. |
tab.showCloseButton: hover|never
+ tabWidthMode: titleLength
should have some padding on the left of the tab
Just ran across this, and this issue has been quiet for a while. Is this still planned? |
Fixed in 1.16
From 1.16.2142.0 bash on Aug 2nd
TabViewItem
s microsoft-ui-xaml#7674useMica
additional
"tab.showCloseButton"
set to"hover"
: Height of inactive tabs change upon hover - (can't seem to post a GIF in OneNote so try it yourself)The text was updated successfully, but these errors were encountered: