hover.edc win.edc: use correct state name.

This commit is contained in:
Daniel Juyung Seo 2013-08-11 22:34:45 +09:00
parent a643eca5f9
commit b705255917
2 changed files with 7 additions and 7 deletions

View File

@ -196,7 +196,7 @@ group { name: "elm/hover/base/popout";
color: 0 0 0 0;
}
description { state: "visible" 0.0;
inherit: "default" 1.0;
inherit: "default" 0.0;
color: 0 0 0 64;
}
}
@ -603,7 +603,7 @@ group { name: "elm/hover/base/menu";
color: 0 0 0 0;
}
description { state: "visible" 0.0;
inherit: "default" 1.0;
inherit: "default" 0.0;
color: 0 0 0 64;
}
}
@ -1171,7 +1171,7 @@ part { name: "base";
color: 0 0 0 0;
}
description { state: "visible" 0.0;
inherit: "default" 1.0;
inherit: "default" 0.0;
color: 0 0 0 64;
}
}
@ -1426,7 +1426,7 @@ group { name: "elm/hover/base/hoversel_horizontal/default";
color: 0 0 0 0;
}
description { state: "visible" 0.0;
inherit: "default" 1.0;
inherit: "default" 0.0;
color: 0 0 0 64;
}
}

View File

@ -12,7 +12,7 @@ group { name: "elm/win/inwin/default";
color: 0 0 0 0;
}
description { state: "visible" 0.0;
inherit: "default" 1.0;
inherit: "default" 0.0;
color: 0 0 0 64;
}
}
@ -93,7 +93,7 @@ group { name: "elm/win/inwin/minimal";
color: 0 0 0 0;
}
description { state: "visible" 0.0;
inherit: "default" 1.0;
inherit: "default" 0.0;
color: 0 0 0 64;
}
}
@ -175,7 +175,7 @@ group { name: "elm/win/inwin/minimal_vertical";
color: 0 0 0 0;
}
description { state: "visible" 0.0;
inherit: "default" 1.0;
inherit: "default" 0.0;
color: 0 0 0 64;
}
}