Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 9abaac7

Browse files
Rosuaviomichael-hawker
authored andcommitted
Fix TolkenizingTextBoxItem close button.
Set padding for close button to isolate from winui changes.
1 parent 8aed05f commit 9abaac7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Microsoft.Toolkit.Uwp.UI.Controls.Input/TokenizingTextBox/TokenizingTextBoxItem.Token.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<Setter Property="Visibility" Value="Visible" />
1515
<Setter Property="Background" Value="Transparent" />
1616
<Setter Property="BorderThickness" Value="0" />
17+
<Setter Property="Padding" Value="8,5,8,6" />
1718
</Style>
1819

1920
<Style x:Key="TokenizingTextBoxItemTokenStyle" TargetType="controls:TokenizingTextBoxItem">

0 commit comments

Comments
 (0)