theme: Fix scroller colorclass typo.

This commit is contained in:
Stephen okra Houston 2016-03-08 13:36:58 -06:00
parent 4fb304c08c
commit dd3acf109d
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ group { name: "elm/scroller/base/default";
rel2.to: "elm.swallow.background";
// color: 64 64 64 200;
color: 0 0 0 0;
color_class: "scroller_bg`";
color_class: "scroller_bg";
}
}
part { name: "clipper"; type: RECT;