fix: fix text visibility.
This commit is contained in:
parent
93071d3715
commit
ae237f38fb
@ -372,7 +372,8 @@
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
FontWeight="{DynamicResource ProgressBarTextFontWeight}"
|
||||
Foreground="{DynamicResource ProgressBarTextForeground}">
|
||||
Foreground="{DynamicResource ProgressBarTextForeground}"
|
||||
IsVisible="{TemplateBinding ShowProgressText}">
|
||||
<TextBlock.Text>
|
||||
<MultiBinding Converter="{StaticResource StringFormatConverter}">
|
||||
<TemplateBinding Property="ProgressTextFormat" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user