summaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorHosang Kim <hosang12.kim@samsung.com>2016-01-04 14:52:50 -0800
committerCedric BAIL <cedric@osg.samsung.com>2016-01-04 14:54:31 -0800
commit7db06cb64aa691bb85bd604de6c5928cf442b737 (patch)
treefdc341c03875c82e79ead11cf702d790cd1b1620 /src/examples
parente06d9bc332fb4e6313318639b85008325a569c94 (diff)
downloadelementary-7db06cb64aa691bb85bd604de6c5928cf442b737.tar.gz
scroller: add color classes
Summary: The following new color classes for scroller widget are added and changed. Reviewers: raster, cedric, Hermet, kimcinoo, woohyun Differential Revision: https://phab.enlightenment.org/D3493 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/evas3d_map_example.edc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/evas3d_map_example.edc b/src/examples/evas3d_map_example.edc
index c9261a2cf..06a409dc6 100644
--- a/src/examples/evas3d_map_example.edc
+++ b/src/examples/evas3d_map_example.edc
@@ -450,7 +450,7 @@ group { name: "elm/scroller/base/evas3d";
rel2.to: "elm.swallow.background";
// color: 64 64 64 200;
color: 0 0 0 0;
- color_class: "scrollframe_base";
+ color_class: "scroller_bg";
}
}
part { name: "clipper"; type: RECT;