diff --git a/framework/images/menu-icon-gear.png b/framework/images/menu-icon-gear.png new file mode 100644 index 0000000..fd270dc Binary files /dev/null and b/framework/images/menu-icon-gear.png differ diff --git a/framework/images/menu-icon-refresh.png b/framework/images/menu-icon-refresh.png new file mode 100755 index 0000000..2c7bd7d Binary files /dev/null and b/framework/images/menu-icon-refresh.png differ diff --git a/framework/js/app.js b/framework/js/app.js index 43a2442..cf15c21 100644 --- a/framework/js/app.js +++ b/framework/js/app.js @@ -27,7 +27,7 @@ enyo.kind({ name: "getDataIcon", kind: "onyx.Icon", // classes: "spinner", - src: "images/refresh.png" + src: "images/menu-icon-refresh.png" // src: "images/loader.gif" } ] @@ -46,7 +46,7 @@ enyo.kind({ components: [ { kind: "onyx.Icon", - src: "images/gear.png" + src: "images/menu-icon-gear.png" } ] }