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
@@ -9,7 +9,7 @@
<MaskedTextBox Mask="{Binding Pattern}" Text="{Binding Value}">
<TextBox.Styles>
<Style Selector="TextBox.Write">
<Setter Property="MinWidth" Value="264" />
<Setter Property="MinWidth" Value="296" />
</Style>
<Style Selector="TextBox.Read">
<Setter Property="MinWidth" Value="0" />