File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments