From 93c36f8ff27cb8206464c551454defc56baf927b Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 15 Nov 2012 00:30:20 +0000 Subject: [PATCH] provide default text for calendar so sizing is... better. SVN revision: 79305 --- data/themes/edc/clock.edc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/themes/edc/clock.edc b/data/themes/edc/clock.edc index c3354d4c9..6ed0c7d60 100644 --- a/data/themes/edc/clock.edc +++ b/data/themes/edc/clock.edc @@ -688,6 +688,7 @@ group { name: "e/modules/clock/calendar/dayname"; color: 21 21 21 255; color3: 255 255 255 25; text { font: "Sans"; size: 8; + text: "WWe"; min: 1 1; align: 0.5 0.5; text_class: "module_small"; @@ -749,6 +750,7 @@ group { name: "e/modules/clock/calendar/day"; color: 255 255 255 255; color3: 0 0 0 128; text { font: "Sans"; size: 10; + text: "00"; min: 1 1; align: 0.5 0.5; } @@ -865,6 +867,7 @@ group { name: "e/modules/clock/calendar"; color: 255 255 255 255; color3: 0 0 0 128; text { font: "Sans:style=Bold"; size: 10; + text: "000000000000"; align: 0.0 0.5; min: 0 1; text_class: "module_normal"; @@ -883,6 +886,7 @@ group { name: "e/modules/clock/calendar"; color: 255 255 255 255; color3: 0 0 0 128; text { font: "Sans:style=Bold"; size: 10; + text: "0000"; align: 1.0 0.5; min: 0 1; text_class: "module_normal";