mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00
ux: remove tips in commit list
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
1d16925e74
commit
a94c7f55ce
1 changed files with 2 additions and 9 deletions
|
@ -126,11 +126,7 @@
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
|
|
||||||
<!-- Subject & REFS -->
|
<!-- Subject & REFS -->
|
||||||
<Border Grid.Column="0"
|
<Border Grid.Column="0" Padding="{Binding Margin}" ClipToBounds="True" Background="Transparent">
|
||||||
Padding="{Binding Margin}"
|
|
||||||
ClipToBounds="True"
|
|
||||||
Background="Transparent"
|
|
||||||
ToolTip.Tip="{Binding Subject}">
|
|
||||||
<Grid ColumnDefinitions="Auto,Auto,Auto,*" Margin="2,0,4,0" ClipToBounds="True">
|
<Grid ColumnDefinitions="Auto,Auto,Auto,*" Margin="2,0,4,0" ClipToBounds="True">
|
||||||
<v:CommitStatusIndicator Grid.Column="0"
|
<v:CommitStatusIndicator Grid.Column="0"
|
||||||
CurrentBranch="{Binding $parent[v:Histories].CurrentBranch}"
|
CurrentBranch="{Binding $parent[v:Histories].CurrentBranch}"
|
||||||
|
@ -172,10 +168,7 @@
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<!-- Author -->
|
<!-- Author -->
|
||||||
<Grid Grid.Column="1"
|
<Grid Grid.Column="1" ColumnDefinitions="20,*" Background="Transparent">
|
||||||
ColumnDefinitions="20,*"
|
|
||||||
Background="Transparent"
|
|
||||||
ToolTip.Tip="{Binding Author}">
|
|
||||||
<v:Avatar Grid.Column="0"
|
<v:Avatar Grid.Column="0"
|
||||||
Width="16" Height="16"
|
Width="16" Height="16"
|
||||||
Margin="4,0,0,0"
|
Margin="4,0,0,0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue