gah! entrye scroller has content on top of frame+shadow!

SVN revision: 55394
This commit is contained in:
Carsten Haitzler 2010-12-09 08:53:40 +00:00
parent 87450102d8
commit 2e4e9179e5
1 changed files with 16 additions and 16 deletions

View File

@ -945,6 +945,22 @@ collections {
visible: 1;
}
}
part { name: "elm.swallow.content";
clip_to: "contentclipper";
type: SWALLOW;
description { state: "default" 0.0;
rel1 {
to: "elm.swallow.icon";
relative: 1.0 0.0;
offset: 4 4;
}
rel2 {
to: "elm.swallow.end";
relative: 0.0 1.0;
offset: -5 -5;
}
}
}
part { name: "conf_over";
mouse_events: 0;
description { state: "default" 0.0;
@ -980,22 +996,6 @@ collections {
color: 200 155 0 255;
}
}
part { name: "elm.swallow.content";
clip_to: "contentclipper";
type: SWALLOW;
description { state: "default" 0.0;
rel1 {
to: "elm.swallow.icon";
relative: 1.0 0.0;
offset: 4 4;
}
rel2 {
to: "elm.swallow.end";
relative: 0.0 1.0;
offset: -5 -5;
}
}
}
part { name: "sb_vbar_clip_master";
type: RECT;
mouse_events: 0;