Hehe good idea.
It looks good :)

Daniel Juyung Seo (SeoZ)


On Sun, Aug 11, 2013 at 1:22 AM, Carsten Haitzler - Enlightenment Git <
[email protected]> wrote:

> raster pushed a commit to branch master.
>
> commit 5bba801af516fd80e25c779d5191a1f01a83936a
> Author: Carsten Haitzler (Rasterman) <[email protected]>
> Date:   Sun Aug 11 01:21:57 2013 +0900
>
>     progress done - rotate the text as a solution for vert progress status
> ---
>  edje/edc/elm/progress.edc | 21 +++++++++++++++++----
>  1 file changed, 17 insertions(+), 4 deletions(-)
>
> diff --git a/edje/edc/elm/progress.edc b/edje/edc/elm/progress.edc
> index cfbcfed..596d348 100644
> --- a/edje/edc/elm/progress.edc
> +++ b/edje/edc/elm/progress.edc
> @@ -884,24 +884,37 @@ group { name: "elm/progressbar/vertical/default";
>              align: 0.5 1.0;
>           }
>        }
> -      part { name: "elm.text.status"; type: TEXT; mouse_events: 0;
> +      part { name: "statbox"; type: SPACER;
>           scale: 1;
> -         effect: GLOW;
>           description { state: "default" 0.0;
>              fixed: 1 1;
>              rel1.to: "inside";
>              rel2.to: "inside";
> +            aspect: 1.0 1.0; aspect_preference: NONE;
> +         }
> +      }
> +      part { name: "elm.text.status"; type: TEXT; mouse_events: 0;
> +         scale: 1;
> +         effect: GLOW;
> +         description { state: "default" 0.0;
> +            fixed: 1 1;
> +            rel1.to: "statbox";
> +            rel2.to: "statbox";
>              color_class: "progress_status";
> -            align: 0.5 1.0;
> +            align: 1.0 0.5;
>              text { font: FN; size: 10;
>                 min: 0 1;
>                 text_class: "progress_status";
> -               align: 0.5 1.0;
> +               align: 1.0 0.5;
>              }
>              color: 255 255 255 255;
>              color2: 51 153 255 64;
>              color3: 51 153 255 32;
>              visible: 1;
> +            map.on: 1;
> +            map.smooth: 0;
> +            map.rotation.center: "statbox";
> +            map.rotation.z: 90;
>           }
>           description { state: "hidden" 0.0;
>              inherit: "default" 0.0;
>
> --
>
>
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
>
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to