Skip to content

Commit b4232f5

Browse files
committed
Fix Day alignment on Chalk
1 parent b657c45 commit b4232f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ static void main_window_load(Window *window) {
278278
s_time_minute_layer = text_layer_create(GRect(RIGHT_EYE_CENTER - EYE_RADIUS, EYES_LEVEL - fontSize / 2 - heightAdjustment, EYE_RADIUS * 2, fontSize));
279279
text_layer_insert_s(window, s_time_minute_layer, FONT_TEMPLATE[FONT_TIME], 1);
280280

281-
// Create date TextLayer
282-
s_date_layer = text_layer_create(GRect(0, 118, 144, 50));
281+
// Create date TextLayer
282+
s_date_layer = text_layer_create(GRect(0, MOUTH_LEVEL - (MOUTH_HEIGHT/2), SCREEN_WIDTH, MOUTH_HEIGHT));
283283
text_layer_insert_s(window, s_date_layer, FONT_TEMPLATE[FONT_TEXT], 1);
284284
}
285285

0 commit comments

Comments
 (0)