edc: fix button theme syntax error

This commit is contained in:
Mike Blumenkrantz 2015-04-06 20:37:18 -04:00
parent a0e1e94511
commit 670e301ed5
1 changed files with 2 additions and 2 deletions

View File

@ -1530,7 +1530,7 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default";
}
}
description { state: "disabled" 0.0;
inherit: "default" 0 0 ;
inherit: "default" 0.0 ;
color: FN_COL_DISABLE;
color_class: "spinner_disabled";
}
@ -1630,4 +1630,4 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default";
}
}
}
/******************* SPINNER BUTTONS STYLES END **********************/
/******************* SPINNER BUTTONS STYLES END **********************/