Allow configuration of entry width

This commit is contained in:
TheXamlGuy
2024-06-08 23:46:19 +01:00
parent f64453232b
commit e8372f875f
16 changed files with 60 additions and 73 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
SelectedValueBinding="{ReflectionBinding Value}">
<ComboBox.Styles>
<Style Selector="ComboBox.Write">
<Setter Property="MinWidth" Value="264" />
<Setter Property="MinWidth" Value="296" />
<Setter Property="IsVisible" Value="True" />
</Style>
<Style Selector="ComboBox.Read">