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

Commit ab0aafd

Browse files
Align icon
1 parent 8604670 commit ab0aafd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</Style.Triggers>
110110
</Style>
111111
</TextBlock.Style>
112-
<ghfvs:OcticonImage Icon="alert" Height="10" Margin="-2 0"/>
112+
<imaging:CrispImage Width="10" Height="24"
113113
Moniker="{x:Static catalog:KnownMonikers.StatusInformation}" Margin="-2 0" />
114114
<Label Content="{Binding AnnotationNoticeCount}"></Label>
115115
</TextBlock>
@@ -124,7 +124,7 @@
124124
</Style.Triggers>
125125
</Style>
126126
</TextBlock.Style>
127-
<imaging:CrispImage Width="10" Height="10"
127+
<imaging:CrispImage Width="10" Height="24"
128128
Moniker="{x:Static catalog:KnownMonikers.StatusWarning}" Margin="-2 0"/>
129129
<Label Content="{Binding AnnotationWarningCount}"></Label>
130130
</TextBlock>
@@ -139,7 +139,7 @@
139139
</Style.Triggers>
140140
</Style>
141141
</TextBlock.Style>
142-
<imaging:CrispImage Width="10" Height="10"
142+
<imaging:CrispImage Width="10" Height="24"
143143
Moniker="{x:Static catalog:KnownMonikers.StatusError}" Margin="-2 0" />
144144
<Label Content="{Binding AnnotationFailureCount}"></Label>
145145
</TextBlock>

0 commit comments

Comments
 (0)