On Sat, Jan 19, 2013 at 12:56 AM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> Fix main menu rectangle
>
>   Patch by: Henrique Dante de Almeida <hda...@profusion.mobi>
>
>
>
> Author:       bdilly
> Date:         2013-01-18 07:56:34 -0800 (Fri, 18 Jan 2013)
> New Revision: 82986
> Trac:         http://trac.enlightenment.org/e/changeset/82986
>
> Modified:
>   trunk/elementary/data/themes/widgets/win.edc
>
> Modified: trunk/elementary/data/themes/widgets/win.edc
> ===================================================================
> --- trunk/elementary/data/themes/widgets/win.edc        2013-01-18 15:56:25 
> UTC (rev 82985)
> +++ trunk/elementary/data/themes/widgets/win.edc        2013-01-18 15:56:34 
> UTC (rev 82986)
> @@ -247,6 +247,13 @@
>
>  group { name: "elm/win/base/default";
>     parts {
> +      part { type: RECT; name: "menu_bg";
> +         description { state: "default" 0.0;
> +            color: 242 242 242 255;
> +            align: 0.5 0;
> +            rel2.to: "elm.swallow.menu";
> +         }
> +      }

I have a question.
Then the menu has a solid background even the window is transparent?

Daniel Juyung Seo (SeoZ)


>        part { type: SWALLOW; name: "elm.swallow.menu";
>           description { state: "default" 0.0;
>              rel2.relative: 1.0 0.0;
>
>
> ------------------------------------------------------------------------------
> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> much more. Get web development skills now with LearnDevNow -
> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122812
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to