Skip to content

Commit 1f4bf92

Browse files
committed
ux: remove margins for column 'AUTHOR' in histories view
1 parent 93304a3 commit 1f4bf92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Views/Histories.axaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,11 @@
139139
</Border>
140140

141141
<!-- Author -->
142-
<Grid Grid.Column="1" ColumnDefinitions="16,*" Margin="8,0" IsHitTestVisible="False">
142+
<Grid Grid.Column="1" ColumnDefinitions="20,*" IsHitTestVisible="False">
143143
<v:Avatar Grid.Column="0"
144144
Width="16" Height="16"
145-
HorizontalAlignment="Center"
145+
Margin="4,0,0,0"
146+
HorizontalAlignment="Left"
146147
VerticalAlignment="Center"
147148
IsHitTestVisible="False"
148149
User="{Binding Author}"

0 commit comments

Comments
 (0)