mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 02:12:25 +08:00
ux: new style for submodule tooltip
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
<StackPanel Grid.Row="0" Grid.Column="1"
|
||||
Orientation="Horizontal"
|
||||
Margin="8,0,0,0">
|
||||
<Path Width="14" Height="14" Data="{StaticResource Icons.Branch}"/>
|
||||
<Path Width="14" Height="14" Margin="2,0,0,0" Data="{StaticResource Icons.Branch}"/>
|
||||
|
||||
<TextBlock Margin="6,0,0,0"
|
||||
Text="{Binding Branch, Mode=OneWay}"
|
||||
@@ -172,7 +172,10 @@
|
||||
<StackPanel Grid.Row="1" Grid.Column="1"
|
||||
Orientation="Horizontal"
|
||||
Margin="8,0,0,0">
|
||||
<TextBlock Text="{Binding SHA, Converter={x:Static c:StringConverters.ToShortSHA}}"
|
||||
<Path Width="14" Height="14" Data="{StaticResource Icons.Commit}"/>
|
||||
|
||||
<TextBlock Margin="8,0,0,0"
|
||||
Text="{Binding SHA, Converter={x:Static c:StringConverters.ToShortSHA}}"
|
||||
VerticalAlignment="Center"/>
|
||||
|
||||
<Path Margin="6,0,0,0"
|
||||
|
||||
Reference in New Issue
Block a user