art clip 2 not used and make list event smaller

This commit is contained in:
Carsten Haitzler 2014-08-11 23:27:39 +09:00
parent 47df468a46
commit b634bf7244
1 changed files with 2 additions and 18 deletions

View File

@ -324,21 +324,6 @@ collections {
color: 255 255 255 255;
}
}
part { name: "art_clip2"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
visible: 0;
color: 255 255 255 0;
rel1.to: "speaker_base";
rel2.to: "speaker_base";
fixed: 1 1;
aspect: 1.0 1.0; aspect_preference: BOTH;
}
description { state: "visible" 0.0;
inherit: "default" 0.0;
visible: 1;
color: 255 255 255 255;
}
}
part { name: "rage.art"; type: SWALLOW; mouse_events: 0;
clip_to: "art_clip";
description { state: "default" 0.0;
@ -454,21 +439,18 @@ collections {
action: STATE_SET "default" 0.0;
transition: ACCELERATE 0.2;
target: "art_clip";
target: "art_clip2";
}
program {
signal: "state,noart"; source: "rage";
action: STATE_SET "default" 0.0;
transition: ACCELERATE 1.0;
target: "art_clip";
target: "art_clip2";
}
program {
signal: "state,art"; source: "rage";
action: STATE_SET "visible" 0.0;
transition: DECELERATE 1.0;
target: "art_clip";
target: "art_clip2";
}
part { name: "rage.gesture"; type: SWALLOW;
@ -1761,6 +1743,8 @@ collections {
description { state: "default" 0.0;
color: 0 0 0 0;
rel1.relative: 0.8 0.0;
rel2.relative: 1.0 0.0;
rel2.to_y: "controlbar";
}
}
part { name: "listevent2"; type: RECT; repeat_events: 1;