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

Commit 34a37af

Browse files
committed
Use a textblock instead
1 parent cd686ae commit 34a37af

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
@@ -75,7 +75,7 @@
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" />
7777
<ui:OcticonImage Height="13" Icon="chevron_left" Foreground="{DynamicResource GitHubVsGrayText}" Margin="5,2,3,0" VerticalAlignment="Center" />
78-
<Label Content="{Binding CurrentBranchName}" Foreground="{DynamicResource GitHubVsGrayText}"/>
78+
<TextBlock Text="{Binding CurrentBranchName}" Foreground="{DynamicResource GitHubVsGrayText}"/>
7979
</StackPanel>
8080

8181
<!-- Show a check if the branch is mergeable (is that even a word??),

0 commit comments

Comments
 (0)