Enlightenment CVS committal

Author  : rephorm
Project : e_modules
Module  : tclock

Dir     : e_modules/tclock


Modified Files:
        tclock.edc 


Log Message:
A font changes / fixes:
  * Lighter outline (black was a bit glaring).
  * Use 9pt instead of 8 for the date. For some reason the top of the outline 
    was getting cut off on 8pt fonts (feel free to revert this if thats
    something unique to me).
  * 'Edje-Vera' isn't a font that exists in this file. It happens to work, since
    the default theme includes it, but not all themes will. For now I switched
    to VeraMono, which also prevents the clock from moving around as the
    seconds change. We include VeraMono with e, so it should get picked up for
    most people. Let me know if it doesn't.

One outstanding issue is that on smaller shelves (< 48px) the clock blows out 
of its bounds, overlapping neighboring gadgets.

===================================================================
RCS file: /cvs/e/e_modules/tclock/tclock.edc,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- tclock.edc  21 May 2006 10:15:34 -0000      1.15
+++ tclock.edc  21 May 2006 21:19:19 -0000      1.16
@@ -37,11 +37,12 @@
                            offset: -1 -1;
                         }
                       color: 255 255 255 255;
+                      color2: 0 0 0 96;
                       color3: 0 0 0 32;
                       text {
                          text:     "";
-                         font:     "Edje-Vera";
-                         size: 10;
+                         font:     "VeraMono";
+                         size:     10;
                          min:      1 1;
                          align:    0.5 0.5;
                          text_class: "module_large";                     
@@ -81,11 +82,12 @@
                            offset: -1 -1;
                         }
                       color: 255 255 255 255;
+                      color2: 0 0 0 96;
                       color3: 0 0 0 32;
                       text {
                          text:     "";
-                         font:     "Edje-Vera";
-                         size: 8;
+                         font:     "VeraMono";
+                         size:     9;
                          min:      1 1;
                          align:    0.5 1.0;
                          text_class: "module_small";




-------------------------------------------------------
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