diff --git a/legacy/elementary/data/themes/default.edc b/legacy/elementary/data/themes/default.edc index 311e1fb2a0..5069e7d6ac 100644 --- a/legacy/elementary/data/themes/default.edc +++ b/legacy/elementary/data/themes/default.edc @@ -8448,6 +8448,15 @@ collections { image: "ilist_item_shadow.png" COMP; } parts { + part { + name: "event"; + type: RECT; + repeat_events: 1; + description { + state: "default" 0.0; + color: 0 0 0 0; + } + } part { name: "base_sh"; mouse_events: 0; @@ -8620,15 +8629,6 @@ collections { color: 255 255 255 255; } } - part { - name: "event"; - type: RECT; - repeat_events: 1; - description { - state: "default" 0.0; - color: 0 0 0 0; - } - } } programs { program { @@ -8664,6 +8664,15 @@ collections { image: "ilist_2.png" COMP; } parts { + part { + name: "event"; + type: RECT; + repeat_events: 1; + description { + state: "default" 0.0; + color: 0 0 0 0; + } + } part { name: "base"; mouse_events: 0; @@ -8813,15 +8822,6 @@ collections { color: 255 255 255 255; } } - part { - name: "event"; - type: RECT; - repeat_events: 1; - description { - state: "default" 0.0; - color: 0 0 0 0; - } - } } programs { program {