File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ public static class IconHelper
1313 IconElement ? iconElement = null ;
1414 switch ( category )
1515 {
16- case ToolkitSampleCategory . Controls : iconElement = new FontIcon ( ) { Glyph = "\uE73A " } ; break ;
17- case ToolkitSampleCategory . Animations : iconElement = new FontIcon ( ) { Glyph = "\uE945 " } ; break ;
18- case ToolkitSampleCategory . Behaviors : iconElement = new FontIcon ( ) { Glyph = "\uE2AC " } ; break ;
16+ case ToolkitSampleCategory . Controls : iconElement = new FontIcon ( ) { Glyph = "\ue73a " } ; break ;
17+ case ToolkitSampleCategory . Animations : iconElement = new FontIcon ( ) { Glyph = "\ue945 " } ; break ;
18+ case ToolkitSampleCategory . Behaviors : iconElement = new FontIcon ( ) { Glyph = "\ue8b1 " } ; break ;
1919 }
2020 return iconElement ;
2121 }
You can’t perform that action at this time.
0 commit comments