theme: fix odd state setting on some items for list/genlist/gengrid
authorMike Blumenkrantz <zmike@samsung.com>
Thu, 17 Jan 2019 20:11:07 +0000 (15:11 -0500)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 24 Jan 2019 05:20:18 +0000 (14:20 +0900)
Summary:
these used a bad state value which did not exist for the corresponding part

@fix

Reviewers: cedric

Reviewed By: cedric

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7605

data/elementary/themes/edc/elm/gengrid.edc
data/elementary/themes/edc/elm/genlist.edc
data/elementary/themes/edc/elm/list.edc

index 2c089e6..5f375f9 100644 (file)
@@ -38,7 +38,7 @@ group { name: "elm/gengrid/item/default/default";
       } \
       program { \
          signal: "elm,state,odd"; source: "elm"; \
-         action: STATE_SET "odd" 1.0; \
+         action: STATE_SET "odd" 0.0; \
          target: "base"; \
       } \
       program { \
index 5cd6838..976d25d 100644 (file)
@@ -5066,7 +5066,7 @@ group { "elm/genlist/item/edit/default"; nomouse;
       }
       program {
          signal: "elm,state,odd";
-         action: STATE_SET "odd" 1.0;
+         action: STATE_SET "odd" 0.0;
          target: "base";
       }
       program {
index 0641938..ab27c17 100644 (file)
@@ -143,7 +143,7 @@ group { name: "elm/list/item/default";
       }
       program {
          signal: "elm,state,odd"; source: "elm";
-         action: STATE_SET "odd" 1.0;
+         action: STATE_SET "odd" 0.0;
          target: "base";
       }
       program {
@@ -454,7 +454,7 @@ group { name: "elm/list/h_item/default";
       }
       program {
          signal: "elm,state,odd"; source: "elm";
-         action: STATE_SET "odd" 1.0;
+         action: STATE_SET "odd" 0.0;
          target: "base";
       }
       program {