diff --git a/src/modules/conf2/e-module-conf2.edc b/src/modules/conf2/e-module-conf2.edc index 3c93fb746..bbcdee42f 100644 --- a/src/modules/conf2/e-module-conf2.edc +++ b/src/modules/conf2/e-module-conf2.edc @@ -97,6 +97,21 @@ collections { group { name: "elm/conf2/tag/list"; parts { + part { + name: "base"; + type: RECT; + mouse_events: 0; + description { + state: "default"; + color: 0 0 0 0; + visible: 0; + } + description { + state: "show"; + color: 0 0 0 255; + visible: 1; + } + } part { name: "e.swallow.options"; type: SWALLOW; @@ -133,12 +148,11 @@ collections { description { state: "default"; rel1.to: "e.swallow.options"; - rel2.to: "e.swallow.tags"; color: 255 255 255 255; } description { state: "show"; - color: 0 0 0 222; + color: 0 0 0 255; } } part { @@ -261,6 +275,7 @@ collections { action: STATE_SET "show" 0.0; target: "e.swallow.overlay"; target: "clip"; + target: "base"; target: "clip_events"; transition: DECELERATE 0.3; } @@ -270,6 +285,7 @@ collections { action: STATE_SET "default" 0.0; target: "e.swallow.overlay"; target: "clip"; + target: "base"; target: "clip_events"; transition: DECELERATE 0.3; }