fix conf2 overlay bg clipping color thingy

SVN revision: 82698
This commit is contained in:
Mike Blumenkrantz 2013-01-12 14:32:08 +00:00
parent 61ec906486
commit b54bf249b1
1 changed files with 18 additions and 2 deletions

View File

@ -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;
}