remove default width in MultiComboBox

This commit is contained in:
lxymahatma
2024-09-06 23:57:24 +08:00
parent a552244b42
commit 53f9218b13
2 changed files with 2 additions and 1 deletions

View File

@@ -10,7 +10,6 @@
<Setter Property="CornerRadius" Value="{DynamicResource ComboBoxSelectorCornerRadius}" />
<Setter Property="BorderBrush" Value="Transparent" />
<Setter Property="HorizontalAlignment" Value="Left" />
<Setter Property="Width" Value="300" />
<Setter Property="MaxDropdownHeight" Value="300" />
<Setter Property="MaxSelectionBoxHeight" Value="270"></Setter>
<Setter Property="MinHeight" Value="32" />