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
This commit is contained in:
Jee-Yong Um 2016-01-27 14:56:50 +09:00 committed by Jean-Philippe Andre
parent d9651168cd
commit 87422a763c
3 changed files with 2 additions and 4 deletions

View File

@ -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;

View File

@ -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";

View File

@ -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;