provide default text for calendar so sizing is... better.
authorCarsten Haitzler <raster@rasterman.com>
Thu, 15 Nov 2012 00:30:20 +0000 (00:30 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 15 Nov 2012 00:30:20 +0000 (00:30 +0000)
SVN revision: 79305

data/themes/edc/clock.edc

index c3354d4..6ed0c7d 100644 (file)
@@ -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";