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 7a6bde0 commit c2e5446Copy full SHA for c2e5446
MainDemo.Wpf/Fields.xaml
@@ -598,7 +598,8 @@
598
materialDesign:HintAssist.Hint="Password"
599
materialDesign:TextFieldAssist.HasClearButton="True"
600
IsEnabled="{Binding ElementName=RevealPasswordOutlinedEnabled, Path=IsChecked}"
601
- Style="{StaticResource MaterialDesignOutlinedRevealPasswordBox}" />
+ Style="{StaticResource MaterialDesignOutlinedRevealPasswordBox}"
602
+ VerticalContentAlignment="Bottom"/>
603
</StackPanel>
604
</smtx:XamlDisplay>
605
0 commit comments