Skip to content

Commit

Permalink
Amend demo to display fix for Issue 3440 (#3446)
Browse files Browse the repository at this point in the history
Change VerticalContentAlignment of PasswordBox to Bottom
  • Loading branch information
JLdgu committed Feb 8, 2024
1 parent 7a6bde0 commit c2e5446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MainDemo.Wpf/Fields.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,8 @@
materialDesign:HintAssist.Hint="Password"
materialDesign:TextFieldAssist.HasClearButton="True"
IsEnabled="{Binding ElementName=RevealPasswordOutlinedEnabled, Path=IsChecked}"
Style="{StaticResource MaterialDesignOutlinedRevealPasswordBox}" />
Style="{StaticResource MaterialDesignOutlinedRevealPasswordBox}"
VerticalContentAlignment="Bottom"/>
</StackPanel>
</smtx:XamlDisplay>

Expand Down

0 comments on commit c2e5446

Please sign in to comment.