mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-16 07:55:00 +00:00
feature: show change tooltip in INFORMATION
page
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
79650d1851
commit
cb6d6a233f
1 changed files with 8 additions and 0 deletions
|
@ -51,6 +51,14 @@
|
|||
<ListBox.ItemTemplate>
|
||||
<DataTemplate DataType="m:Change">
|
||||
<Grid Background="Transparent" Height="24" ColumnDefinitions="36,*" ContextRequested="OnChangeContextRequested" DoubleTapped="OnChangeDoubleTapped">
|
||||
<ToolTip.Tip>
|
||||
<TextBlock TextWrapping="Wrap">
|
||||
<Run Text="{Binding Path, Mode=OneWay}"/>
|
||||
<Run Text=" • " Foreground="Gray"/>
|
||||
<Run Text="{Binding IndexDesc, Mode=OneWay}" Foreground="Gray"/>
|
||||
</TextBlock>
|
||||
</ToolTip.Tip>
|
||||
|
||||
<v:ChangeStatusIcon Grid.Column="0"
|
||||
Width="14" Height="14"
|
||||
HorizontalAlignment="Left"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue