mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
ux: alignment for commit changes in CommitDetail page
This commit is contained in:
parent
179887339e
commit
012e28ec8d
1 changed files with 23 additions and 14 deletions
|
@ -25,9 +25,17 @@
|
|||
<Rectangle Grid.Row="1" Height=".65" Margin="8" Fill="{DynamicResource Brush.Border2}" VerticalAlignment="Center"/>
|
||||
|
||||
<!-- Change List -->
|
||||
<v:ChangeCollectionView Grid.Row="2"
|
||||
Margin="72,0,8,0"
|
||||
<Grid Grid.Row="2" ColumnDefinitions="96,*" Margin="0,0,8,0">
|
||||
<TextBlock Grid.Column="0"
|
||||
Classes="group_header_label"
|
||||
Margin="0"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Top"
|
||||
Text="{DynamicResource Text.CommitDetail.Changes}"/>
|
||||
|
||||
<v:ChangeCollectionView Grid.Column="1"
|
||||
IsWorkingCopy="False"
|
||||
Margin="8,0,0,0"
|
||||
ViewMode="List"
|
||||
Changes="{Binding Changes}"
|
||||
SelectedChanges="{Binding SelectedChanges, Mode=TwoWay}"
|
||||
|
@ -40,6 +48,7 @@
|
|||
</v:ChangeCollectionView.Styles>
|
||||
</v:ChangeCollectionView>
|
||||
</Grid>
|
||||
</Grid>
|
||||
</TabItem>
|
||||
|
||||
<TabItem>
|
||||
|
|
Loading…
Reference in a new issue