From 5b94c16188216179a352fdb1851b8d70aeffe6d6 Mon Sep 17 00:00:00 2001 From: rephorm Date: Mon, 5 Jun 2006 00:57:49 +0000 Subject: [PATCH] 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. SVN revision: 23164 --- tclock.edc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tclock.edc b/tclock.edc index fa29684..b03e568 100644 --- a/tclock.edc +++ b/tclock.edc @@ -27,6 +27,7 @@ collections { state: "default" 0.0; visible: 0; + align: 0.5 1.0; rel1 { relative: 0.0 0.0; @@ -45,7 +46,7 @@ collections 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 @@ collections { 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 @@ collections font: "VeraMono"; size: 9; min: 1 1; - align: 0.5 1.0; + align: 0.5 0.0; text_class: "module_small"; } }