diff options
author | Tae-Hwan Kim <the81.kim@samsung.com> | 2012-02-16 12:18:24 +0900 |
---|---|---|
committer | Tae-Hwan Kim <the81.kim@samsung.com> | 2012-02-16 12:18:24 +0900 |
commit | 3701c843cb17e6209559b23648b60bd44b83ff05 (patch) | |
tree | d5e7868f39d872b05d0567ede1a2b9a427753f47 | |
parent | 7bb7f8e2764033f9809f6bb623479b4996ae90a5 (diff) | |
download | efl-theme-tizen-3701c843cb17e6209559b23648b60bd44b83ff05.tar.gz efl-theme-tizen-3701c843cb17e6209559b23648b60bd44b83ff05.tar.bz2 efl-theme-tizen-3701c843cb17e6209559b23648b60bd44b83ff05.zip |
Sett Clipper as RECT type
Change-Id: I6ddb673b90d0148ecf587d823d1a4439b592fb14
-rw-r--r-- | themes/widgets/map.edc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/widgets/map.edc b/themes/widgets/map.edc index da934a8d..6ab7816b 100644 --- a/themes/widgets/map.edc +++ b/themes/widgets/map.edc @@ -636,6 +636,7 @@ } parts { part { name: "whole"; + type: RECT; description { state: "default" 0.0; } } @@ -746,6 +747,7 @@ } parts { part { name: "whole"; + type: RECT; description { state: "default" 0.0; } } @@ -805,6 +807,7 @@ } parts { part { name: "clipper"; + type: RECT; mouse_events: 1; description { state: "default" 0.0; color: 255 255 255 0; |