|
6 | 6 | xmlns:ghfvs="https://github.com/github/VisualStudio" |
7 | 7 | xmlns:local="clr-namespace:GitHub.VisualStudio.Views.GitHubPane" |
8 | 8 | xmlns:imaging="clr-namespace:Microsoft.VisualStudio.Imaging;assembly=Microsoft.VisualStudio.Imaging" |
| 9 | + xmlns:catalog="clr-namespace:Microsoft.VisualStudio.Imaging;assembly=Microsoft.VisualStudio.ImageCatalog" |
9 | 10 | mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="300" |
10 | 11 | Name="root"> |
11 | 12 |
|
|
108 | 109 | </Style.Triggers> |
109 | 110 | </Style> |
110 | 111 | </TextBlock.Style> |
111 | | - <ghfvs:OcticonImage Icon="alert" Height="10" Margin="-2 0"/> |
| 112 | + <imaging:CrispImage Width="10" Height="10" |
| 113 | + Moniker="{x:Static catalog:KnownMonikers.StatusWarning}" Margin="-2 0" /> |
112 | 114 | <Hyperlink Command="{Binding DataContext.OpenFirstAnnotationNotice, ElementName=root}" |
113 | 115 | CommandParameter="{Binding}"> |
114 | 116 | <Run Text="{Binding AnnotationNoticeCount, Mode=OneWay}"/> |
|
125 | 127 | </Style.Triggers> |
126 | 128 | </Style> |
127 | 129 | </TextBlock.Style> |
128 | | - <ghfvs:OcticonImage Icon="alert" Height="10" Margin="-2 0"/> |
| 130 | + <imaging:CrispImage Width="10" Height="10" |
| 131 | + Moniker="{x:Static catalog:KnownMonikers.StatusWarning}" Margin="-2 0"/> |
129 | 132 | <Hyperlink Command="{Binding DataContext.OpenFirstAnnotationWarning, ElementName=root}" |
130 | 133 | CommandParameter="{Binding}"> |
131 | 134 | <Run Text="{Binding AnnotationWarningCount, Mode=OneWay}"/> |
|
142 | 145 | </Style.Triggers> |
143 | 146 | </Style> |
144 | 147 | </TextBlock.Style> |
145 | | - <ghfvs:OcticonImage Icon="x" Height="10" Margin="-2 0"/> |
| 148 | + <imaging:CrispImage Width="10" Height="10" |
| 149 | + Moniker="{x:Static catalog:KnownMonikers.StatusError}" Margin="-2 0" /> |
146 | 150 | <Hyperlink Command="{Binding DataContext.OpenFirstAnnotationFailure, ElementName=root}" |
147 | 151 | CommandParameter="{Binding}"> |
148 | 152 | <Run Text="{Binding AnnotationFailureCount, Mode=OneWay}"/> |
|
0 commit comments