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 89bb82d commit 4b94494Copy full SHA for 4b94494
Advanced PassGen/Windows/MainWindow.xaml
@@ -43,7 +43,7 @@
43
<ColumnDefinition></ColumnDefinition>
44
45
</Grid.ColumnDefinitions>
46
- <CheckBox x:Name="ChbSmallLetters" Content="Small letters (a-z)" Height="16" VerticalAlignment="Top"></CheckBox>
+ <CheckBox x:Name="ChbSmallLetters" Content="Small letters (a-z)" Height="16"></CheckBox>
47
<CheckBox x:Name="ChbCapitalLetters" Grid.Row="0" Grid.Column="1" Content="Capital letters (A-Z)"></CheckBox>
48
<CheckBox x:Name="ChbSpecialCharacters" Grid.Row="1" Grid.Column="0" Content="Special characters (@,#!)"></CheckBox>
49
<CheckBox x:Name="ChbNumbers" Grid.Row="1" Grid.Column="1" Content="Numbers (0-9)"></CheckBox>
0 commit comments