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.
INFORMATION
1 parent 79650d1 commit cb6d6a2Copy full SHA for cb6d6a2
src/Views/CommitDetail.axaml
@@ -51,6 +51,14 @@
51
<ListBox.ItemTemplate>
52
<DataTemplate DataType="m:Change">
53
<Grid Background="Transparent" Height="24" ColumnDefinitions="36,*" ContextRequested="OnChangeContextRequested" DoubleTapped="OnChangeDoubleTapped">
54
+ <ToolTip.Tip>
55
+ <TextBlock TextWrapping="Wrap">
56
+ <Run Text="{Binding Path, Mode=OneWay}"/>
57
+ <Run Text=" • " Foreground="Gray"/>
58
+ <Run Text="{Binding IndexDesc, Mode=OneWay}" Foreground="Gray"/>
59
+ </TextBlock>
60
+ </ToolTip.Tip>
61
+
62
<v:ChangeStatusIcon Grid.Column="0"
63
Width="14" Height="14"
64
HorizontalAlignment="Left"
0 commit comments