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

Commit 61e9d53

Browse files
committed
Tweak margins
1 parent b91c7b5 commit 61e9d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/UI/Views/PullRequestCreationView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<StackPanel Grid.Column="0" Orientation="Horizontal">
7575
<ui:OcticonImage Icon="git_branch" Foreground="{DynamicResource GitHubVsGrayText}" />
7676
<ui:GitHubActionLink x:Name="branchSelectionButton" Content="master" HasDropDown="True" Margin="5,0,0,0" VerticalAlignment="Center" Click="branchSelectionButton_Click" />
77-
<ui:OcticonImage Height="13" Icon="chevron_left" Foreground="{DynamicResource GitHubVsGrayText}" Margin="0,1,0,0" VerticalAlignment="Center" />
77+
<ui:OcticonImage Height="13" Icon="chevron_left" Foreground="{DynamicResource GitHubVsGrayText}" Margin="5,2,3,0" VerticalAlignment="Center" />
7878
<Label Content="{Binding CurrentBranchName}" Foreground="{DynamicResource GitHubVsGrayText}"/>
7979
</StackPanel>
8080

0 commit comments

Comments
 (0)