Skip to content

Commit 122de2e

Browse files
committed
ux: new style for submodule tooltip
Signed-off-by: leo <[email protected]>
1 parent abf610a commit 122de2e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Views/SubmodulesView.axaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<StackPanel Grid.Row="0" Grid.Column="1"
156156
Orientation="Horizontal"
157157
Margin="8,0,0,0">
158-
<Path Width="14" Height="14" Data="{StaticResource Icons.Branch}"/>
158+
<Path Width="14" Height="14" Margin="2,0,0,0" Data="{StaticResource Icons.Branch}"/>
159159

160160
<TextBlock Margin="6,0,0,0"
161161
Text="{Binding Branch, Mode=OneWay}"
@@ -172,7 +172,10 @@
172172
<StackPanel Grid.Row="1" Grid.Column="1"
173173
Orientation="Horizontal"
174174
Margin="8,0,0,0">
175-
<TextBlock Text="{Binding SHA, Converter={x:Static c:StringConverters.ToShortSHA}}"
175+
<Path Width="14" Height="14" Data="{StaticResource Icons.Commit}"/>
176+
177+
<TextBlock Margin="8,0,0,0"
178+
Text="{Binding SHA, Converter={x:Static c:StringConverters.ToShortSHA}}"
176179
VerticalAlignment="Center"/>
177180

178181
<Path Margin="6,0,0,0"

0 commit comments

Comments
 (0)