added some predefined pass-phrases.

This commit is contained in:
morkt
2015-07-15 06:40:18 +04:00
parent bdf06d3e9f
commit f4e15de73b
2 changed files with 5 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<RowDefinition/>
<RowDefinition/>
</Grid.RowDefinitions>
<ComboBox Name="EncScheme" Grid.Row="0" Margin="0,3,0,0" Width="160" HorizontalAlignment="Right"
<ComboBox Name="EncScheme" Grid.Row="0" Margin="0,3,0,0" Width="180" HorizontalAlignment="Right"
ItemsSource="{Binding Source={x:Static m:MblOpener.KnownKeys}, Mode=OneWay}"
DisplayMemberPath="Key" SelectedValuePath="Value"
SelectedValue="{Binding ElementName=PassPhrase, Path=Text, Mode=TwoWay}"/>