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

Commit 384c83a

Browse files
committed
Add check octicon for merge status
1 parent befe6c4 commit 384c83a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@
377377
<ui:GitHubActionLink x:Name="branchSelectionButton" Content="master" HasDropDown="True" Margin="5,0,0,0" VerticalAlignment="Center" Click="branchSelectionButton_Click" />
378378
<ui:OcticonImage Height="13" Icon="chevron_left" Foreground="{DynamicResource GitHubVsGrayText}" Margin="0,1,0,0" VerticalAlignment="Center" />
379379
<Label Content="{Binding CurrentBranchName}" Foreground="{DynamicResource GitHubVsToolWindowText}"/>
380+
<ui:OcticonImage Icon="check" Foreground="Green" HorizontalAlignment="Right"/>
380381
<Popup
381382
x:Name="branchPopup"
382383
AllowsTransparency="True"

0 commit comments

Comments
 (0)