Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : tclock

Dir     : e_modules/tclock


Modified Files:
        tclock.edc 


Log Message:
Fix time getting cut off at the top.

===================================================================
RCS file: /cvs/e/e_modules/tclock/tclock.edc,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- tclock.edc  5 Jun 2006 00:57:49 -0000       1.18
+++ tclock.edc  16 Jun 2006 16:24:44 -0000      1.19
@@ -27,16 +27,16 @@
                    {
                       state: "default" 0.0;
                       visible: 0;
-                      align: 0.5 1.0;
+                      align: 0.5 0.5;
                       rel1
                         {
                            relative: 0.0 0.0;
-                           offset: 0 2;
+                           offset: 0 4;
                         }
                       rel2
                         {
                            relative: 1.0 0.5;
-                           offset: -1 -1;
+                           offset: -1 -3;
                         }
                       color: 255 255 255 255;
                       color2: 0 0 0 96;
@@ -46,7 +46,7 @@
                          font:     "VeraMono";
                          size:     10;
                          min:      1 1;
-                         align:    0.5 1.0;
+                         align:    0.5 0.5;
                          text_class: "module_large";                     
                       }
                    }
@@ -74,16 +74,16 @@
                    {
                       state: "default" 0.0;
                       visible: 0;
-                      align: 0.5 0.0;
+                      align: 0.5 0.5;
                       rel1
                         {
                            relative: 0.0 0.5;
-                           offset: 0 2;
+                           offset: 0 4;
                         }
                       rel2
                         {
                            relative: 1.0 1.0;
-                           offset: -1 -1;
+                           offset: -1 -3;
                         }
                       color: 255 255 255 255;
                       color2: 0 0 0 96;
@@ -93,7 +93,7 @@
                          font:     "VeraMono";
                          size:     9;
                          min:      1 1;
-                         align:    0.5 0.0;
+                         align:    0.5 0.5;
                          text_class: "module_small";
                       }
                    }




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to