Skip to content

Commit

Permalink
One more fix to clock calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
thewaiter committed Dec 30, 2020
1 parent e330d36 commit 97f3f2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MokshaMoonlight/clock.edc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 97f3f2a

Please sign in to comment.