mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
controls alignment.
This commit is contained in:
parent
477d94552a
commit
3dc35d77e9
@ -12,8 +12,8 @@
|
||||
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=WARCScheme, Mode=TwoWay}"
|
||||
SelectedValuePath="Name"
|
||||
DisplayMemberPath="Name"
|
||||
Width="200" Grid.Row="0"/>
|
||||
Width="200" Grid.Row="0" HorizontalAlignment="Left"/>
|
||||
<TextBox Name="Original" Background="Transparent" BorderThickness="0" Text="{Binding Path=OriginalTitle}"
|
||||
IsReadOnly="True" TextWrapping="NoWrap" Grid.Row="1" Margin="0,3,0,3"
|
||||
IsReadOnly="True" TextWrapping="NoWrap" Grid.Row="1" Margin="0,3,0,3" HorizontalAlignment="Left"
|
||||
DataContext="{Binding ElementName=Scheme, Path=SelectedItem}"/>
|
||||
</Grid>
|
||||
|
Loading…
x
Reference in New Issue
Block a user