We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0a24f commit 29de636Copy full SHA for 29de636
src/WPFDevelopers.Shared/Styles/Styles.PasswordBox.xaml
@@ -43,7 +43,7 @@
43
Padding="1,0"
44
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
45
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
46
- FontSize="{StaticResource WD.NormalFontSize}"
+ FontSize="{TemplateBinding FontSize}"
47
Foreground="{DynamicResource WD.RegularTextSolidColorBrush}"
48
Text="{Binding Path=(helpers:ElementHelper.Watermark), RelativeSource={RelativeSource TemplatedParent}}"
49
TextTrimming="CharacterEllipsis"
0 commit comments