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
This commit is contained in:
rephorm 2006-06-05 00:57:49 +00:00 committed by rephorm
parent cc1eda9cea
commit 5b94c16188
1 changed files with 5 additions and 3 deletions

View File

@ -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";
}
}