Slider gets gray instead of reducing alpha when it is disabled.
authorOtávio Pontes <otavio@profusion.mobi>
Thu, 9 Dec 2010 15:59:24 +0000 (15:59 +0000)
committerOtávio Pontes <otavio@profusion.mobi>
Thu, 9 Dec 2010 15:59:24 +0000 (15:59 +0000)
SVN revision: 55421

data/themes/default.edc

index 16c3d88..a8bf2ad 100644 (file)
@@ -13644,6 +13644,7 @@ collections {
         image: "sl_bt_0.png" COMP;
         image: "sl_bt_1.png" COMP;
         image: "sl_bt_2.png" COMP;
+        image: "sl_bt_3.png" COMP;
         image: "sl_bt2_0_0.png" COMP;
         image: "sl_bt2_0_1.png" COMP;
         image: "sl_bt2_0_2.png" COMP;
@@ -14011,8 +14012,11 @@ collections {
             }
             description { state: "disabled" 0.0;
                inherit: "default" 0.0;
-               color: 128 128 128 128;
-                       }
+               image {
+                  normal: "sl_bt_3.png";
+                  border: 5 5 5 10;
+               }
+            }
          }
          part { name: "button1";
             mouse_events: 0;
@@ -14389,6 +14393,7 @@ collections {
         image: "sl_bt_0.png" COMP;
         image: "sl_bt_1.png" COMP;
         image: "sl_bt_2.png" COMP;
+        image: "sl_bt_3.png" COMP;
         image: "sl_bt2_0_0.png" COMP;
         image: "sl_bt2_0_1.png" COMP;
         image: "sl_bt2_0_2.png" COMP;
@@ -14762,8 +14767,11 @@ collections {
             }
             description { state: "disabled" 0.0;
                inherit: "default" 0.0;
-               color: 128 128 128 128;
-               }
+               image {
+                  normal: "sl_bt_3.png";
+                  border: 5 5 5 10;
+               }
+            }
          }
          part { name: "button1";
             mouse_events: 0;