clip dummy group

This commit is contained in:
zmike 2014-02-08 15:57:45 -05:00
parent a267849566
commit bc7f30cab3
1 changed files with 5 additions and 0 deletions

View File

@ -648,7 +648,12 @@ collections {
}
group { name: "elm/layout/empc/dummy";
parts {
part { name: "clip"; type: RECT; mouse_events: 0;
description { state: "default";
}
}
part { name: "empc.swallow.content"; type: SWALLOW;
clip_to: "clip";
description { state: "default";
}
}