this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Design tweak

alice 3bf1a42e 7b346ee1

+1 -1
+1 -1
src/c/watchface.c
··· 52 52 text_layer_set_text_alignment(s_airport_noon_name_layer, GTextAlignmentCenter); 53 53 layer_add_child(window_layer, text_layer_get_layer(s_airport_noon_name_layer)); 54 54 // Create hero time line, vertically centered 55 - int time_y = city_h + name_h + (usable_h - time_font_h) / 2 - 5; 55 + int time_y = city_h + name_h + (usable_h - time_font_h) / 2 - 7; 56 56 s_airport_noon_time_layer = clock_closest_airport_noon_time_init( 57 57 GRect(0, time_y, bounds.size.w, time_font_h), window_layer); 58 58