Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : weather

Dir     : e_modules/weather


Modified Files:
        weather.edc 


Log Message:
Fix up icon/temp placement for morlenxus :)

===================================================================
RCS file: /cvs/e/e_modules/weather/weather.edc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- weather.edc 9 Aug 2006 07:07:07 -0000       1.14
+++ weather.edc 4 Sep 2006 21:56:15 -0000       1.15
@@ -13,17 +13,6 @@
          {
             part
               {
-                 name:           "base";
-                 type:           RECT;
-                 mouse_events:   0;
-                 description
-                   {
-                      state: "default" 0.0;
-                      color: 255 255 255 0;
-                   }
-              }
-            part
-              {
                  name:         "icon";
                  type:         SWALLOW;
                  mouse_events: 0;
@@ -36,7 +25,7 @@
                       rel1
                         {
                            relative: 0.0 0.0;
-                           offset:   2   2;
+                           offset:   0   0;
                         }
                       rel2
                         {
@@ -48,7 +37,9 @@
                  description
                    {
                       state:    "simple" 0.0;
-                      align:    0.5 0.5;
+                      align:    0.0 0.0;
+                      aspect:   1.0 1.0;
+                      aspect_preference: BOTH;
                       rel1
                         {
                            relative: 0.0 0.0;
@@ -68,13 +59,12 @@
                  type:         TEXT;
                  effect:       OUTLINE_SOFT_SHADOW;
                  mouse_events: 0;
-                 //clip_to: "base";
                  description
                    {
                       state: "default" 0.0;
                       rel1
                         {
-                           relative: 0.0 0.0;
+                           relative: 1.0 0.0;
                            offset:   0   0;
                            to: "icon";
                         }
@@ -92,7 +82,7 @@
                            font:  "Vera Bold";
                            size:  10;
                            min:   1 1;
-                           align: 0.5 0.5;
+                           align: 1.0 0.5;
                            text_class: "module_large";
                         }
                    }
@@ -102,7 +92,6 @@
                  name:         "location";
                  type:         TEXT;
                  effect:       OUTLINE_SOFT_SHADOW;
-                 //clip_to: "base";
                  mouse_events: 0;
                  description
                    {
@@ -173,7 +162,6 @@
                  name:         "conditions";
                  type:         TEXT;
                  effect:       OUTLINE_SOFT_SHADOW;
-                 //clip_to: "base";
                  mouse_events: 0;
                  description
                    {



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to