Skip to content

Commit 4b94494

Browse files
committed
* Fixed alignment issue
1 parent 89bb82d commit 4b94494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Advanced PassGen/Windows/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<ColumnDefinition></ColumnDefinition>
4444
<ColumnDefinition></ColumnDefinition>
4545
</Grid.ColumnDefinitions>
46-
<CheckBox x:Name="ChbSmallLetters" Content="Small letters (a-z)" Height="16" VerticalAlignment="Top"></CheckBox>
46+
<CheckBox x:Name="ChbSmallLetters" Content="Small letters (a-z)" Height="16"></CheckBox>
4747
<CheckBox x:Name="ChbCapitalLetters" Grid.Row="0" Grid.Column="1" Content="Capital letters (A-Z)"></CheckBox>
4848
<CheckBox x:Name="ChbSpecialCharacters" Grid.Row="1" Grid.Column="0" Content="Special characters (@,#!)"></CheckBox>
4949
<CheckBox x:Name="ChbNumbers" Grid.Row="1" Grid.Column="1" Content="Numbers (0-9)"></CheckBox>

0 commit comments

Comments
 (0)