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

Commit 6691ab7

Browse files
committed
uncomment visibility condition
1 parent 2a9402e commit 6691ab7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@
4444
<Border HorizontalAlignment="Right" CornerRadius="3" Background="{DynamicResource GitHubRequiredCheckBackgroundBrush}" Padding="3 1" >
4545
<TextBlock Foreground="{DynamicResource VsBrush.WindowText}" HorizontalAlignment="Right"
4646
FontWeight="Medium"
47-
FontSize="11">
48-
<!--
4947
Visibility="{Binding IsRequired, Converter={ghfvs:BooleanToVisibilityConverter}}">
50-
-->
48+
FontSize="11">
5149
Required
5250
</TextBlock>
5351
</Border>

0 commit comments

Comments
 (0)