Hi raster,

It seems that this patch makes a big mess with hoversel. So Yakov would 
like to tell you:

FIX IT  !!!!!!!!!

Thank you
Jack, alias D2

On 05/26/2014 11:52 AM, Carsten Haitzler wrote:
> raster pushed a commit to branch master.
>
> http://git.enlightenment.org/core/elementary.git/commit/?id=9f53154bb216e8998586c2458e5f1c86d5b55011
>
> commit 9f53154bb216e8998586c2458e5f1c86d5b55011
> Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
> Date:   Mon May 26 17:53:05 2014 +0900
>
>      theme - fix non-fixed size3 complaint in theme buttons
>      
>      this fixes T1278
> ---
>   data/themes/edc/elm/button.edc | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/data/themes/edc/elm/button.edc b/data/themes/edc/elm/button.edc
> index 56173ff..7f81ca7 100644
> --- a/data/themes/edc/elm/button.edc
> +++ b/data/themes/edc/elm/button.edc
> @@ -163,6 +163,7 @@ group { name: "elm/button/base/default";
>                  text_class: "button";
>               }
>               visible: 0;
> +            fixed: 1 1;
>            }
>            description { state: "visible" 0.0;
>               inherit: "default" 0.0;
> @@ -170,12 +171,14 @@ group { name: "elm/button/base/default";
>               text.min: 1 1;
>               text.ellipsis: -1;
>               visible: 1;
> +            fixed: 0 0;
>            }
>            description { state: "textonly" 0.0;
>               inherit: "default" 0.0;
>               text.min: 1 1;
>               text.ellipsis: -1;
>               visible: 1;
> +            fixed: 0 0;
>            }
>            description { state: "disabled_visible" 0.0;
>               inherit: "default" 0.0;
> @@ -185,6 +188,7 @@ group { name: "elm/button/base/default";
>               text.min: 1 1;
>               text.ellipsis: -1;
>               visible: 1;
> +            fixed: 0 0;
>            }
>            description { state: "disabled_textonly" 0.0;
>               inherit: "default" 0.0;
> @@ -193,6 +197,7 @@ group { name: "elm/button/base/default";
>               text.min: 1 1;
>               text.ellipsis: -1;
>               visible: 1;
> +            fixed: 0 0;
>            }
>         }
>         part { name: "event"; type: RECT;
>


------------------------------------------------------------------------------
The best possible search technologies are now affordable for all companies.
Download your FREE open source Enterprise Search Engine today!
Our experts will assist you in its installation for $59/mo, no commitment.
Test it for FREE on our Cloud platform anytime!
http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to