fix photo to clip and add image file mising for distcheck

SVN revision: 42486
This commit is contained in:
Carsten Haitzler 2009-09-14 05:41:05 +00:00
parent 0e13f12009
commit 51d75a2ce9
2 changed files with 13 additions and 2 deletions

View File

@ -62,6 +62,7 @@ sb_runnerh.png \
sb_runnerv.png \ sb_runnerv.png \
shelf_inset.png \ shelf_inset.png \
tog_base.png \ tog_base.png \
tog_dis_base.png \
shad_circ.png \ shad_circ.png \
bt_dis_base.png \ bt_dis_base.png \
bt_dis_hilight.png \ bt_dis_hilight.png \

View File

@ -5169,13 +5169,23 @@ collections {
image.normal: "head.png"; image.normal: "head.png";
} }
} }
part { name: "clip";
mouse_events: 0;
type: RECT;
description { state: "default" 0.0;
rel1.offset: 4 4;
rel2.offset: -5 -5;
color: 255 255 255 255;
}
}
part { name: "elm.swallow.content"; part { name: "elm.swallow.content";
type: SWALLOW; type: SWALLOW;
clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
rel1.offset: 4 4; rel1.offset: 4 4;
rel2.offset: -5 -5; rel2.offset: -5 -5;
} }
} }
part { name: "over"; part { name: "over";
mouse_events: 0; mouse_events: 0;
description { state: "default" 0.0; description { state: "default" 0.0;
@ -5189,7 +5199,7 @@ collections {
fill.smooth: 0; fill.smooth: 0;
} }
} }
} }
} }
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////