[UI.Clent]

修正Wafer控件中显示的Wafer编号太长时,Wafer会缩小的问题。
This commit is contained in:
SL 2023-07-07 17:34:09 +08:00
parent 26927ee05a
commit 32d690230b
1 changed files with 2 additions and 1 deletions

View File

@ -459,13 +459,14 @@
<TextBlock
x:Name="Border_Txt"
MaxWidth="60"
HorizontalAlignment="Center"
VerticalAlignment="Center"
FontFamily="Arial"
FontSize="10"
Foreground="{DynamicResource FG_Black}"
Text="{Binding Path=SourceName, RelativeSource={RelativeSource TemplatedParent}}"
TextWrapping="NoWrap" />
TextWrapping="WrapWithOverflow" />
<TextBlock
x:Name="Border_question"
HorizontalAlignment="Center"