mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 10:25:00 +00:00
ux: show stash message as tooltip when hovering it (#1419)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
0cbf1215e0
commit
ed66d2337b
1 changed files with 5 additions and 1 deletions
|
@ -84,7 +84,11 @@
|
|||
|
||||
<ListBox.ItemTemplate>
|
||||
<DataTemplate DataType="m:Stash">
|
||||
<Border BorderBrush="{DynamicResource Brush.Border2}" BorderThickness="0,0,0,1" Padding="4" Background="Transparent" ContextRequested="OnStashContextRequested">
|
||||
<Border Background="Transparent"
|
||||
BorderBrush="{DynamicResource Brush.Border2}" BorderThickness="0,0,0,1"
|
||||
Padding="4"
|
||||
ContextRequested="OnStashContextRequested"
|
||||
ToolTip.Tip="{Binding Message}">
|
||||
<Grid RowDefinitions="Auto,*" >
|
||||
<Grid Grid.Row="0" ColumnDefinitions="*,Auto">
|
||||
<TextBlock Grid.Column="0" Classes="primary" Text="{Binding Name}" Foreground="DarkOrange"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue