mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
ux: remove margins for column 'AUTHOR' in histories view
This commit is contained in:
parent
93304a39d2
commit
1f4bf92642
1 changed files with 3 additions and 2 deletions
|
@ -139,10 +139,11 @@
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<!-- Author -->
|
<!-- Author -->
|
||||||
<Grid Grid.Column="1" ColumnDefinitions="16,*" Margin="8,0" IsHitTestVisible="False">
|
<Grid Grid.Column="1" ColumnDefinitions="20,*" IsHitTestVisible="False">
|
||||||
<v:Avatar Grid.Column="0"
|
<v:Avatar Grid.Column="0"
|
||||||
Width="16" Height="16"
|
Width="16" Height="16"
|
||||||
HorizontalAlignment="Center"
|
Margin="4,0,0,0"
|
||||||
|
HorizontalAlignment="Left"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
IsHitTestVisible="False"
|
IsHitTestVisible="False"
|
||||||
User="{Binding Author}"
|
User="{Binding Author}"
|
||||||
|
|
Loading…
Reference in a new issue