This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/GitHub.VisualStudio.UI/Views/GitHubPane Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 66 xmlns : ghfvs =" https://github.com/github/VisualStudio"
77 xmlns : local =" clr-namespace:GitHub.VisualStudio.Views.GitHubPane"
88 xmlns : imaging =" clr-namespace:Microsoft.VisualStudio.Imaging;assembly=Microsoft.VisualStudio.Imaging"
9+ xmlns : catalog =" clr-namespace:Microsoft.VisualStudio.Imaging;assembly=Microsoft.VisualStudio.ImageCatalog"
910 mc : Ignorable =" d" d : DesignHeight =" 300" d : DesignWidth =" 300"
1011 Name =" root" >
1112
108109 </Style .Triggers>
109110 </Style >
110111 </TextBlock .Style>
111- <ghfvs : OcticonImage Icon =" beaker" Height =" 10" Margin =" -2 0" />
112+ <ghfvs : OcticonImage Icon =" alert" Height =" 10" Margin =" -2 0" />
113+ Moniker="{x:Static catalog:KnownMonikers.StatusWarning}" Margin="-2 0" />
112114 <Label Content =" {Binding AnnotationNoticeCount}" ></Label >
113115 </TextBlock >
114116
122124 </Style .Triggers>
123125 </Style >
124126 </TextBlock .Style>
125- <ghfvs : OcticonImage Icon =" alert" Height =" 10" Margin =" -2 0" />
127+ <imaging : CrispImage Width =" 10" Height =" 10"
128+ Moniker =" {x:Static catalog:KnownMonikers.StatusWarning}" Margin =" -2 0" />
126129 <Label Content =" {Binding AnnotationWarningCount}" ></Label >
127130 </TextBlock >
128131
136139 </Style .Triggers>
137140 </Style >
138141 </TextBlock .Style>
139- <ghfvs : OcticonImage Icon =" x" Height =" 10" Margin =" -2 0" />
142+ <imaging : CrispImage Width =" 10" Height =" 10"
143+ Moniker =" {x:Static catalog:KnownMonikers.StatusError}" Margin =" -2 0" />
140144 <Label Content =" {Binding AnnotationFailureCount}" ></Label >
141145 </TextBlock >
142146
You can’t perform that action at this time.
0 commit comments