Enlightenment CVS committal
Author : rephorm
Project : e_modules
Module : tclock
Dir : e_modules/tclock
Modified Files:
tclock.edc
Log Message:
Keep time and date at the center of the vertical space given to them.
This keeps them from splitting apart in large shelves or overlapping in small
ones (although they will go outside the shelf bounds instead on small shelves).
We'll probably need to make the font scale for small shelves.
===================================================================
RCS file: /cvs/e/e_modules/tclock/tclock.edc,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- tclock.edc 22 May 2006 07:54:42 -0000 1.17
+++ tclock.edc 5 Jun 2006 00:57:49 -0000 1.18
@@ -27,6 +27,7 @@
{
state: "default" 0.0;
visible: 0;
+ align: 0.5 1.0;
rel1
{
relative: 0.0 0.0;
@@ -45,7 +46,7 @@
font: "VeraMono";
size: 10;
min: 1 1;
- align: 0.5 0.5;
+ align: 0.5 1.0;
text_class: "module_large";
}
}
@@ -73,10 +74,11 @@
{
state: "default" 0.0;
visible: 0;
+ align: 0.5 0.0;
rel1
{
relative: 0.0 0.5;
- offset: 0 0;
+ offset: 0 2;
}
rel2
{
@@ -91,7 +93,7 @@
font: "VeraMono";
size: 9;
min: 1 1;
- align: 0.5 1.0;
+ align: 0.5 0.0;
text_class: "module_small";
}
}
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs