make ilist headers simpler.

SVN revision: 78939
This commit is contained in:
Carsten Haitzler 2012-11-06 13:31:03 +00:00
parent e6319c806f
commit 993d78a9b0
1 changed files with 1 additions and 12 deletions

View File

@ -306,7 +306,6 @@ group { name: "e/widgets/ilist_header";
images.image: "dot_pattern.png" COMP;
images.image: "inset_shadow.png" COMP;
images.image: "shadow_vertical_dark.png" COMP;
images.image: "horizontal_separated_bar_glow.png" COMP;
parts {
part { name: "base"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
@ -323,6 +322,7 @@ group { name: "e/widgets/ilist_header";
part { name: "shadow"; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "shadow_vertical_dark.png";
color: 255 255 255 128;
}
}
part { name: "e.swallow.icon"; type: SWALLOW; mouse_events: 0;
@ -371,17 +371,6 @@ group { name: "e/widgets/ilist_header";
fill.smooth: 0;
}
}
part { name: "bar"; mouse_events: 0;
description { state: "default" 0.0;
rel1.offset: -5 -10;
rel1.relative: 0.0 1.0;
rel2.offset: 4 4;
image.normal: "horizontal_separated_bar_glow.png";
image.border: 7 7 7 7;
fill.smooth: 0;
fixed: 0 1;
}
}
}
}