[Views] Fix glyphs

Use correct glyphs for Plot, Scrolling, and Items views.
WTD-734.
This commit is contained in:
Victor Woeltjen
2015-01-27 14:50:45 -08:00
parent 53d6b60bda
commit b915a90305
3 changed files with 3 additions and 1 deletions

View File

@@ -103,7 +103,7 @@
{
"key": "items",
"name": "Items",
"glyph": "i",
"glyph": "9",
"description": "Grid of available items.",
"templateUrl": "templates/items/items.html",
"uses": [ "composition" ],