We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93304a3 commit 1f4bf92Copy full SHA for 1f4bf92
src/Views/Histories.axaml
@@ -139,10 +139,11 @@
139
</Border>
140
141
<!-- Author -->
142
- <Grid Grid.Column="1" ColumnDefinitions="16,*" Margin="8,0" IsHitTestVisible="False">
+ <Grid Grid.Column="1" ColumnDefinitions="20,*" IsHitTestVisible="False">
143
<v:Avatar Grid.Column="0"
144
Width="16" Height="16"
145
- HorizontalAlignment="Center"
+ Margin="4,0,0,0"
146
+ HorizontalAlignment="Left"
147
VerticalAlignment="Center"
148
IsHitTestVisible="False"
149
User="{Binding Author}"
0 commit comments