hover.edc win.edc: use correct state name.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 11 Aug 2013 13:34:45 +0000 (22:34 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 11 Aug 2013 13:34:45 +0000 (22:34 +0900)
data/themes/widgets/hover.edc
data/themes/widgets/win.edc

index 3fda5a0..23380bd 100644 (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;
          }
       }
index 222303c..e284ff6 100644 (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;
          }
       }