Hmm okay. Well like I said.. I tried to stick a button there and it ended up
being really really weird.. Very skinny and stretched the whole length of
the window.  I know what I committed fixed that. So there must be some other
case in use that needs it to be 0.0 - 1.0 instead of 0.0 - 0.0

On Sat, May 14, 2011 at 1:55 PM, Gustavo Sverzut Barbieri <
barbi...@profusion.mobi> wrote:

> This is wrong. I am away now and can't explain the details
>
> On May 14, 2011 2:58 PM, "Enlightenment SVN" <no-re...@enlightenment.org>
> wrote:
>
> Log:
> Elm/Theme/Application/Content-Back: elm.swallow.end rel2 needs to be
> vertical 0.0 so it lines up with the back button and the title.. (I am
> pretty sure this was the intent anyway).. otherwise the content you put
> there is very skinny and stretches the whole length of the window.  I am
> pretty sure I am possibly the only one using this so it shouldn't mess
> anyone elses app up.. however if it does, feel free to revert it.
>
>
> Author:       okra
> Date:         2011-05-14 10:57:39 -0700 (Sat, 14 May 2011)
> New Revision: 59386
> Trac:         http://trac.enlightenment.org/e/changeset/59386
>
> Modified:
>  trunk/elementary/data/themes/default.edc
>
> Modified: trunk/elementary/data/themes/default.edc
> ===================================================================
> --- trunk/elementary/data/themes/default.edc    2011-05-14 17:52:30 UTC
> (rev
> 59385)
> +++ trunk/elementary/data/themes/default.edc    2011-05-14 17:57:39 UTC
> (rev
> 59386)
> @@ -35307,7 +35307,7 @@
>                  offset: -2 1;
>               }
>               rel2 {
> -                  relative: 1.0 1.0;
> +                  relative: 1.0 0.0;
>                  offset: -1 32;
>               }
>            }
> @@ -35316,12 +35316,12 @@
>         part { name: "elm.text.title";
>            type: TEXT;
>            effect: SOFT_SHADOW;
> -            scale: 1;
> +            scale: 1;
>            description { state: "default" 0.0;
>               rel1 {
>                  to_x: "back";
>                  relative: 1.0 0.0;
> -                  offset: 2 1;
> +                  offset: -2 1;
>               }
>               rel2 { to_y: "back";
>                  to_x: "elm.swallow.end";
>
>
>
> ------------------------------------------------------------------------------
> Achieve unprecedented app performance and reliability
> What every C/C++ and Fortran developer should know.
> Learn how Intel has extended the reach of its next-generation tools
> to help boost performance applications - inlcuding clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
> ------------------------------------------------------------------------------
> Achieve unprecedented app performance and reliability
> What every C/C++ and Fortran developer should know.
> Learn how Intel has extended the reach of its next-generation tools
> to help boost performance applications - inlcuding clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to