Hello,

This broke elementary.
There is no "sl_bt_3.png" :(
Please fix this.

Thanks.
Daniel Juyung Seo.


On Fri, Dec 10, 2010 at 12:59 AM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> Slider gets gray instead of reducing alpha when it is disabled.
>
> Author:       otaviobp
> Date:         2010-12-09 07:59:24 -0800 (Thu, 09 Dec 2010)
> New Revision: 55421
> Trac:         http://trac.enlightenment.org/e/changeset/55421
>
> Modified:
>  trunk/TMP/st/elementary/data/themes/default.edc
>
> Modified: trunk/TMP/st/elementary/data/themes/default.edc
> ===================================================================
> --- trunk/TMP/st/elementary/data/themes/default.edc     2010-12-09 15:59:20 
> UTC (rev 55420)
> +++ trunk/TMP/st/elementary/data/themes/default.edc     2010-12-09 15:59:24 
> UTC (rev 55421)
> @@ -13644,6 +13644,7 @@
>         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 @@
>             }
>             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 @@
>         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 @@
>             }
>             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;
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to