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

Commit a5180cd

Browse files
committed
🔥 Commented lines
1 parent 0a757ab commit a5180cd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,8 @@
4040
<ghfvs:OcticonImage Grid.Column="0" Margin="0 0 4 0" Icon="x" Foreground="#cb2431" Visibility="{Binding Status, Converter={ghfvs:EqualsToVisibilityConverter Failure}}"/>
4141
<ghfvs:OcticonImage Grid.Column="0" Margin="0 0 4 0" Icon="primitive_dot" Foreground="#f1c647" Visibility="{Binding Status, Converter={ghfvs:EqualsToVisibilityConverter Pending}}"/>
4242

43-
<!--
44-
<Image Grid.Column="1" Source="{Binding AvatarUrl}" Height="16" Width="16" />
45-
-->
4643

4744
<Label Grid.Column="2" Foreground="{DynamicResource VsBrush.WindowText}" Content="{Binding Title}"/>
48-
<!--
49-
<Label Grid.Column="3" HorizontalAlignment="Right" Content="{Binding Description}" ToolTip="{Binding Description}" />
50-
-->
5145
<Label Grid.Column="3" HorizontalAlignment="Right">
5246
<ghfvs:OcticonButton Command="{Binding Path=DataContext.ShowAnnotations, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type local:PullRequestDetailView}}}"
5347
CommandParameter="{Binding}"

0 commit comments

Comments
 (0)