mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
fixed xaml error.
This commit is contained in:
parent
884fd12607
commit
6861f95bf6
@ -41,14 +41,12 @@
|
||||
DataContext="{Binding ElementName=EncScheme, Path=SelectedItem}">
|
||||
<TextBox.Text>
|
||||
<Binding Path="Key1" Mode="OneWay" Converter="{StaticResource keyConverter}" UpdateSourceTrigger="PropertyChanged"/>
|
||||
</Binding>
|
||||
</TextBox.Text>
|
||||
</TextBox>
|
||||
<TextBox Name="Key2" Grid.Column="1" Grid.Row="3" Margin="0,3,0,3" Width="100" HorizontalAlignment="Left"
|
||||
DataContext="{Binding ElementName=EncScheme, Path=SelectedItem}">
|
||||
<TextBox.Text>
|
||||
<Binding Path="Key2" Mode="OneWay" Converter="{StaticResource keyConverter}" UpdateSourceTrigger="PropertyChanged"/>
|
||||
</Binding>
|
||||
</TextBox.Text>
|
||||
</TextBox>
|
||||
</Grid>
|
||||
|
Loading…
x
Reference in New Issue
Block a user