Skip to content

Commit 75a82fa

Browse files
committed
ux: compare revision layout in File History window
Signed-off-by: leo <longshuang@msn.cn>
1 parent 7f01fae commit 75a82fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/FileHistories.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
<TextBlock Grid.Column="3" Text="{Binding AuthorTimeStr}" Foreground="{DynamicResource Brush.FG2}" Margin="8,0,0,0"/>
206206
</Grid>
207207

208-
<TextBlock Grid.Row="1" Text="{Binding Subject}" VerticalAlignment="Bottom"/>
208+
<TextBlock Grid.Row="1" Margin="0,6,0,0" Text="{Binding Subject}" TextTrimming="CharacterEllipsis" VerticalAlignment="Bottom"/>
209209
</Grid>
210210
</DataTemplate>
211211
</Grid.DataTemplates>

0 commit comments

Comments
 (0)