Fixed x symbol not showing

This commit is contained in:
Niels Laute
2020-11-08 22:08:56 +01:00
parent 9ffbc0f08c
commit 3e874f8bb2
4 changed files with 35 additions and 6 deletions

View File

@@ -111,8 +111,13 @@
</Binding>
</TextBox.Text>
</TextBox>
<TextBlock Margin="8,0,0,0"
VerticalAlignment="Center"
<TextBlock VerticalAlignment="Center"
Text="&#xE711;"
FontFamily="Segoe MDL2 Assets"
Width="25"
Name="Times_Symbol"
AutomationProperties.Name="{x:Static p:Resources.Times_Symbol}"
TextAlignment="Center"
Visibility="{Binding ShowHeight,Converter={StaticResource BoolValueConverter}}"/>
<TextBox Width="56"