Skip to content

Commit 7bee056

Browse files
committed
UI: Swapped master password field and key list dropdown
1 parent 88e101c commit 7bee056

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PassGen-Core/MainWindow.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
<RowDefinition Height="Auto"/>
1919
</Grid.RowDefinitions>
2020

21-
<TextBlock Grid.Row="0" Grid.Column="0" Margin="4" Text="Master Password:" />
22-
<PasswordBox Grid.Row="0" Grid.Column="1" Margin="4" Name="MasterBox" />
23-
24-
<TextBlock Grid.Row="1" Grid.Column="0" Margin="4" Text="Key List:" />
25-
<ComboBox Grid.Row="1" Grid.Column="1" Margin="4" Name="KeyListsCombo" IsEditable="True"
21+
<TextBlock Grid.Row="0" Grid.Column="0" Margin="4" Text="Key List:" />
22+
<ComboBox Grid.Row="0" Grid.Column="1" Margin="4" Name="KeyListsCombo" IsEditable="True"
2623
SelectionChanged="KeyListsCombo_SelectionChanged" KeyUp="KeyListsCombo_KeyUp" />
2724

25+
<TextBlock Grid.Row="1" Grid.Column="0" Margin="4" Text="Master Password:" />
26+
<PasswordBox Grid.Row="1" Grid.Column="1" Margin="4" Name="MasterBox" />
27+
2828
<TextBlock Grid.Row="2" Grid.Column="0" Margin="4" Text="Key:" />
2929
<ComboBox Grid.Row="2" Grid.Column="1" Margin="4" Name="KeysCombo" IsEditable="True"
3030
DisplayMemberPath="Label" />

0 commit comments

Comments
 (0)