theme: button - fix the warning.

This fixed following warning

elementary/themes/edc/efl/button.edc:4:19: warning: `ICON' redefined
This commit is contained in:
Amitesh Singh 2018-04-11 20:03:41 +09:00
parent dda15b88e3
commit 97d777ee5d
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
group { name: "efl/button";
images.image: "button_normal.png" COMP;
images.image: "button_clicked.png" COMP;
#undef ICON
#define ICON 1
#define LABEL 2
#define MASK 3