Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 55fa71b

Browse files
committed
Move link up slightly
1 parent 948c080 commit 55fa71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/GitHubPaneView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<Separator Margin="5,-2,5,0"
5858
Foreground="{DynamicResource GitHubPaneTitleBrush}"
5959
Style="{StaticResource TitleVerticalSeparator}" />
60-
<ghfvs:GitHubActionLink Margin="0,-2,0,0" Command="{Binding BrowseRepository}" Content="{Binding LocalRepository.Name}" />
60+
<ghfvs:GitHubActionLink Margin="0,-2.5,0,0" Command="{Binding BrowseRepository}" Content="{Binding LocalRepository.Name}" />
6161
</StackPanel>
6262

6363
<Separator Margin="0,0,0,2"

0 commit comments

Comments
 (0)