Fix TolkenizingTextBoxItem close button.
Set padding for close button to isolate from winui changes.
This commit is contained in:
Родитель
8aed05fe0f
Коммит
9abaac712e
|
@ -14,6 +14,7 @@
|
|||
<Setter Property="Visibility" Value="Visible" />
|
||||
<Setter Property="Background" Value="Transparent" />
|
||||
<Setter Property="BorderThickness" Value="0" />
|
||||
<Setter Property="Padding" Value="8,5,8,6" />
|
||||
</Style>
|
||||
|
||||
<Style x:Key="TokenizingTextBoxItemTokenStyle" TargetType="controls:TokenizingTextBoxItem">
|
||||
|
|
Загрузка…
Ссылка в новой задаче