diff --git a/data/themes/edc/ilist.edc b/data/themes/edc/ilist.edc index c12641d24..0286dd428 100644 --- a/data/themes/edc/ilist.edc +++ b/data/themes/edc/ilist.edc @@ -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; - } - } } }