File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
" basalt"
17
17
],
18
18
"uuid" : " 4335c1d9-7477-4a86-b7d3-d206dd7a7aad" ,
19
- "versionLabel" : " 1.2 " ,
19
+ "versionLabel" : " 1.3 " ,
20
20
"watchapp" : {
21
21
"watchface" : true
22
22
}
Original file line number Diff line number Diff line change 3
3
// The main window
4
4
static Window * s_main_window ;
5
5
6
- // The space layers
7
- // These create some padding for the status bar text
8
- static Layer * s_week_year_space_layer ;
9
- static Layer * s_battery_space_layer ;
10
- static Layer * s_day_space_layer ;
11
- static Layer * s_bluetooth_space_layer ;
12
-
13
6
// The text layers
14
7
// These display the actual information
15
8
static TextLayer * s_week_year_layer ;
@@ -19,6 +12,13 @@ static TextLayer *s_date_layer;
19
12
static TextLayer * s_day_layer ;
20
13
static TextLayer * s_bluetooth_layer ;
21
14
15
+ // The space layers
16
+ // These create some padding for the status bar text
17
+ static Layer * s_week_year_space_layer ;
18
+ static Layer * s_battery_space_layer ;
19
+ static Layer * s_day_space_layer ;
20
+ static Layer * s_bluetooth_space_layer ;
21
+
22
22
// The buffers
23
23
// These contain the text for the text layers
24
24
static char s_week_year_buffer [15 ];
You can’t perform that action at this time.
0 commit comments