Skip to content

Commit

Permalink
Aligned positioning of 12 and 6 hour hands with 0 and 30 mins.
Browse files Browse the repository at this point in the history
  • Loading branch information
leovander committed Jun 5, 2015
1 parent 5054a6d commit 5acfee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"shortName": "Dani",
"longName": "Dani",
"companyName": "leovander",
"versionCode": 1.7,
"versionLabel": "1.7",
"versionCode": 1.8,
"versionLabel": "1.8",
"sdkVersion": "3",
"targetPlatforms": ["aplite", "basalt"],
"watchapp": {
Expand Down
4 changes: 2 additions & 2 deletions src/Dani.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,12 @@ static void fill_hour_frames() {
hour_pos[3] = GRect(INNER_RIGHT - 10, (INNER_BOTTOM / 2) - 3, TM_SIZE, TM_SIZE);
hour_pos[4] = GRect(INNER_RIGHT - 12, INNER_BOTTOM - 41, TM_SIZE, TM_SIZE);
hour_pos[5] = GRect(INNER_RIGHT - 10, INNER_BOTTOM - 14, TM_SIZE, TM_SIZE);
hour_pos[6] = GRect(INNER_LEFT + 52, INNER_BOTTOM - 14, TM_SIZE, TM_SIZE);
hour_pos[6] = GRect(INNER_LEFT + 53, INNER_BOTTOM - 14, TM_SIZE, TM_SIZE);
hour_pos[7] = GRect(INNER_LEFT - 6, INNER_BOTTOM - 14, TM_SIZE, TM_SIZE);
hour_pos[8] = GRect(INNER_LEFT - 7, INNER_BOTTOM - 41, TM_SIZE, TM_SIZE);
hour_pos[9] = GRect(INNER_LEFT - 7, (INNER_BOTTOM / 2) - 3, TM_SIZE, TM_SIZE);
hour_pos[10] = GRect(INNER_LEFT - 20, (INNER_BOTTOM / 4) - 6, TM_SIZE, TM_SIZE);
hour_pos[11] = GRect(INNER_LEFT - 8, INNER_TOP, TM_SIZE, TM_SIZE);
hour_pos[12] = GRect(INNER_LEFT + 47, INNER_TOP, TM_SIZE, TM_SIZE);
hour_pos[12] = GRect(INNER_LEFT + 50, INNER_TOP, TM_SIZE, TM_SIZE);
}
}

0 comments on commit 5acfee2

Please sign in to comment.