mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
ux: better change list layout in commit detail's INFORMATION page
This commit is contained in:
parent
0a0551bd72
commit
b2996acb7b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<Rectangle Grid.Row="1" Height=".65" Margin="8" Fill="{DynamicResource Brush.Border2}" VerticalAlignment="Center"/>
|
<Rectangle Grid.Row="1" Height=".65" Margin="8" Fill="{DynamicResource Brush.Border2}" VerticalAlignment="Center"/>
|
||||||
|
|
||||||
<!-- Change List -->
|
<!-- Change List -->
|
||||||
<Grid Grid.Row="2" ColumnDefinitions="96,*" Margin="0,0,8,0">
|
<Grid Grid.Row="2" ColumnDefinitions="96,*" Margin="0,0,8,16">
|
||||||
<TextBlock Grid.Column="0"
|
<TextBlock Grid.Column="0"
|
||||||
Classes="group_header_label"
|
Classes="group_header_label"
|
||||||
Margin="0"
|
Margin="0"
|
||||||
|
|
Loading…
Reference in a new issue