updated main menu icons

This commit is contained in:
Keivan Beigi 2013-07-03 17:57:23 -07:00 committed by kay.one
commit 577761c3f2
2 changed files with 56 additions and 32 deletions

View file

@ -172,24 +172,25 @@ define(
defaultAction: 'listView',
items :
[
{
key : 'posterView',
title : '',
icon : 'icon-th-large',
callback: this._showPosters
},
{
key : 'listView',
title : '',
icon : 'icon-th-list',
callback: this._showList
},
{
key : 'tableView',
title : '',
icon : 'icon-table',
callback: this._showTable
},
{
key : 'listView',
title : '',
icon : 'icon-list',
callback: this._showList
},
{
key : 'posterView',
title : '',
icon : 'icon-picture',
callback: this._showPosters
}
]
};