From 87422a763ce15a49e2b38654b4a9cf40073f34aa Mon Sep 17 00:00:00 2001 From: Jee-Yong Um Date: Wed, 27 Jan 2016 14:56:50 +0900 Subject: [PATCH] remove incorrect references of insert_before/after in EDC Summary: This patch removes unavailable references to nonexistent parts from default theme. Reviewers: raster, jpeg, cedric Differential Revision: https://phab.enlightenment.org/D3609 --- legacy/elementary/data/themes/edc/elm/genlist.edc | 4 ++-- legacy/elementary/data/themes/edc/elm/menu.edc | 1 - legacy/elementary/data/themes/edc/fileman.edc | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/legacy/elementary/data/themes/edc/elm/genlist.edc b/legacy/elementary/data/themes/edc/elm/genlist.edc index f10e158f76..9bd63f7bb0 100644 --- a/legacy/elementary/data/themes/edc/elm/genlist.edc +++ b/legacy/elementary/data/themes/edc/elm/genlist.edc @@ -1345,7 +1345,7 @@ group { "genlist_arrow"; inherit_only: 1; program_source: "elm"; images.image: "sym_down_dark_normal.png" COMP; parts { - image { "arrow_img_l"; insert_after: "sel_bevel"; + image { "arrow_img_l"; clip_to: "arrow_clip_l"; scale; ignore_flags: ON_HOLD; @@ -1411,7 +1411,7 @@ group { "genlist_arrow"; inherit_only: 1; program_source: "elm"; image.normal: "sym_down_dark_normal.png"; } } - rect { "arrow"; insert_before: "sel_shine"; mouse; + rect { "arrow"; mouse; desc { "default"; fixed: 1 0; min: 15 15; diff --git a/legacy/elementary/data/themes/edc/elm/menu.edc b/legacy/elementary/data/themes/edc/elm/menu.edc index d7a71614b8..2d6a1da355 100644 --- a/legacy/elementary/data/themes/edc/elm/menu.edc +++ b/legacy/elementary/data/themes/edc/elm/menu.edc @@ -309,7 +309,6 @@ group { name: "elm/menu/item_with_submenu/default"; } parts { part { name: "arrow"; - insert_after: "item_image_disabled"; description { state: "default" 0.0; rel1.to: "arrowspace"; rel2.to: "arrowspace"; diff --git a/legacy/elementary/data/themes/edc/fileman.edc b/legacy/elementary/data/themes/edc/fileman.edc index f4b0e30b48..3dd3ac0305 100644 --- a/legacy/elementary/data/themes/edc/fileman.edc +++ b/legacy/elementary/data/themes/edc/fileman.edc @@ -896,7 +896,6 @@ group { name: "e/fileman/desktop/icon/fixed"; } } part { name: "label_min"; type: SPACER; - insert_after: "base"; scale: 1; description { state: "default" 0.0; align: 0.5 0.0;