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

Commit befe6c4

Browse files
committed
Adjust margin of branch selector section
1 parent 4d47dc6 commit befe6c4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,11 @@
372372
</Grid.RowDefinitions>
373373

374374
<StackPanel Grid.Row="0" Orientation="Vertical">
375-
<StackPanel Margin="10,0" Orientation="Horizontal">
376-
<TextBlock VerticalAlignment="Center" Text="From" Foreground="{DynamicResource GitHubVsGrayText}" />
377-
<Label Content="{Binding CurrentBranchName}" Foreground="{DynamicResource GitHubVsToolWindowText}"/>
378-
<TextBlock VerticalAlignment="Center" Text="into" Foreground="{DynamicResource GitHubVsGrayText}" />
375+
<StackPanel Margin="10,0,10,10" Orientation="Horizontal">
376+
<ui:OcticonImage Icon="git_branch" Foreground="{DynamicResource GitHubVsGrayText}" />
379377
<ui:GitHubActionLink x:Name="branchSelectionButton" Content="master" HasDropDown="True" Margin="5,0,0,0" VerticalAlignment="Center" Click="branchSelectionButton_Click" />
380-
378+
<ui:OcticonImage Height="13" Icon="chevron_left" Foreground="{DynamicResource GitHubVsGrayText}" Margin="0,1,0,0" VerticalAlignment="Center" />
379+
<Label Content="{Binding CurrentBranchName}" Foreground="{DynamicResource GitHubVsToolWindowText}"/>
381380
<Popup
382381
x:Name="branchPopup"
383382
AllowsTransparency="True"

0 commit comments

Comments
 (0)