mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-25 21:07:20 -08:00
ux: layout for Views.MergeMultiple
This commit is contained in:
parent
2b6210e61c
commit
64bedd2ae9
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
|
|
||||||
<Grid Margin="0,16,0,0" RowDefinitions="Auto,32,32" ColumnDefinitions="100,*">
|
<Grid Margin="0,16,0,0" RowDefinitions="Auto,32,32" ColumnDefinitions="100,*">
|
||||||
<TextBlock Grid.Row="0" Grid.Column="0"
|
<TextBlock Grid.Row="0" Grid.Column="0"
|
||||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
HorizontalAlignment="Right" VerticalAlignment="Top"
|
||||||
Margin="0,0,8,0"
|
Margin="0,6,8,0"
|
||||||
Text="{DynamicResource Text.MergeMultiple.Targets}"/>
|
Text="{DynamicResource Text.MergeMultiple.Targets}"/>
|
||||||
<ListBox Grid.Row="0" Grid.Column="1"
|
<ListBox Grid.Row="0" Grid.Column="1"
|
||||||
MinHeight="32" MaxHeight="100" Margin="0,0,0,4"
|
MinHeight="32" MaxHeight="100" Margin="0,0,0,4"
|
||||||
|
|
Loading…
Reference in a new issue