diff --git a/MokshaMoonlight/clock.edc b/MokshaMoonlight/clock.edc index 4771d0e..a20b7ea 100644 --- a/MokshaMoonlight/clock.edc +++ b/MokshaMoonlight/clock.edc @@ -520,7 +520,7 @@ group { name: "e/modules/clock/calendar"; aspect: 1.0 1.0; aspect_preference: VERTICAL; rel1.to_y: "e.text.month"; rel1.relative: 0.0 0.0; - rel1.offset: 16 0; + rel1.offset: 0 0; rel2.to_y: "e.text.month"; rel2.relative: 0.0 1.0; } @@ -564,7 +564,7 @@ group { name: "e/modules/clock/calendar"; aspect: 1.0 1.0; aspect_preference: VERTICAL; rel1.to_y: "e.text.month"; rel1.relative: 1.0 0.0; - rel2.offset: -16 0; + rel2.offset: 0 0; rel2.to_y: "e.text.month"; rel2.relative: 1.0 1.0; } @@ -624,7 +624,7 @@ group { name: "e/modules/clock/calendar"; rel2.offset: -11 0; step: 7 1; table { homogeneous: TABLE; - padding: 7 1; + padding: 9 1; align: 0.5 0.5; min: 1 1; } @@ -652,7 +652,7 @@ item { \ rel2.offset: -11 0; step: 7 5; table { homogeneous: TABLE; - padding: 5 1; + padding: 7 1; align: 0.5 0.5; min: 1 1; }