add clip for gadcon popups

This commit is contained in:
Mike Blumenkrantz 2014-02-21 15:43:12 -05:00
parent 9330865db9
commit a3dde1ab44
1 changed files with 7 additions and 1 deletions

View File

@ -18,12 +18,18 @@ group { name: "e/gadman/popup";
fill.smooth: 0;
}
}
part { name: "e.swallow.content"; type: SWALLOW;
part { name: "e.swallow.content"; type: SWALLOW; clip_to: "clip";
description { state: "default" 0.0;
rel1.offset: 3 3;
rel2.offset: -4 -4;
}
}
part { name: "clip"; type: RECT;
description { state: "default";
rel1.to: "e.swallow.content";
rel2.to: "e.swallow.content";
}
}
part { name: "shine"; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "shine.png";