about - removed inset image in the about scroller.

This commit is contained in:
ChunEon Park 2014-02-27 16:38:35 +09:00
parent 144ec65ee6
commit c4b685bdbe
1 changed files with 0 additions and 23 deletions

View File

@ -396,29 +396,6 @@ group { name: "elm/scroller/base/enventor";
rel2.to_y: "sb_hbar";
}
}
part { name: "inset"; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "bevel_in.png";
image.border: 1 1 1 1;
image.middle: 0;
rel1.to: "bg";
rel1.offset: -1 -1;
rel2.to: "bg";
rel2.offset: 0 0;
fill.smooth: 0;
}
}
part { name: "shadow"; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "inset_shadow.png";
image.border: 5 5 7 3;
image.middle: 0;
rel1.to: "bg";
rel2.to: "bg";
fill.smooth: 0;
color: 255 255 255 128;
}
}
part { name: "elm.swallow.overlay"; type: SWALLOW;
clip_to: "clipper";
description { state: "default" 0.0;