TH - fix edje_cc errors with new edje_cc

This commit is contained in:
Carsten Haitzler 2019-01-18 18:30:16 +00:00
parent 2e95f35127
commit 81b6a29b8f
5 changed files with 20 additions and 2 deletions

View File

@ -323,6 +323,15 @@ group { name: "elm/button/base/anchor";
desc { "default";
color: 0 0 0 0;
}
desc { "pressed"; inherit;
inherit: "default";
}
desc { "disabled"; inherit;
inherit: "default";
}
desc { "hidden"; inherit;
inherit: "default";
}
}
rect { "icon_clip";
desc { "default";

View File

@ -63,7 +63,7 @@ group { name: "elm/list/item/default";
description { state: "default" 0.0;
color: 0 0 0 0;
}
description { state: "disabledv" 0.0;
description { state: "disabled" 0.0;
inherit: "default" 0.0;
visible: 0;
}

View File

@ -78,6 +78,10 @@ group { name: "e/widgets/ilist";
inherit: "default" 0.0;
visible: 1;
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;
visible: 0;
}
}
part { name: "e.swallow.icon"; type: SWALLOW; mouse_events: 0;
scale: 1;

View File

@ -406,7 +406,7 @@ group { name: "e/pointer/enlightenment/plus/color";
programs {
program { name: "fade1";
signal: "load"; source: "";
action: STATE_SET "clicked" 0.0;
action: STATE_SET "faded" 0.0;
transition: SINUSOIDAL 0.5;
target: "add";
after: "fade2";

View File

@ -217,6 +217,11 @@ group { name: "e/widgets/toolbar/item";
}
fixed: 0 1;
}
description { state: "noicon" 0.0;
inherit: "default" 0.0;
visible: 0;
text.min: 0 0;
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;
color: 96 96 96 255;