replaced icons

This commit is contained in:
Morgan McMillian 2012-11-10 07:53:41 -05:00
parent 9917680c13
commit 531b827315
5 changed files with 5 additions and 3 deletions

BIN
app/images/072-Settings.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

BIN
app/images/156-Cycle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
app/images/254-Funnel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
app/images/273-Add.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

View file

@ -100,11 +100,13 @@ enyo.kind({
{caption: "ID Descending", value: "dsc"},
{caption: "Text (A-Z)", value: "az"}
]},
{icon: "images/menu-icon-new.png",
{icon: "images/273-Add.png",
onclick: "doEdit", align: "right"},
{icon: "images/menu-icon-sync.png",
{icon: "images/254-Funnel.png",
onclick: "doFilter", align: "right"},
{icon: "images/156-Cycle.png",
onclick: "doReload", align: "right"},
{icon: "images/menu-icon-prefs.png",
{icon: "images/072-Settings.png",
onclick: "doPrefs", align: "right"}
]
},