Skip to content

Commit ff57be8

Browse files
committed
Update to 1.3
1 parent 57175fe commit ff57be8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

appinfo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"basalt"
1717
],
1818
"uuid": "4335c1d9-7477-4a86-b7d3-d206dd7a7aad",
19-
"versionLabel": "1.2",
19+
"versionLabel": "1.3",
2020
"watchapp": {
2121
"watchface": true
2222
}

src/main.c

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
// The main window
44
static Window *s_main_window;
55

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-
136
// The text layers
147
// These display the actual information
158
static TextLayer *s_week_year_layer;
@@ -19,6 +12,13 @@ static TextLayer *s_date_layer;
1912
static TextLayer *s_day_layer;
2013
static TextLayer *s_bluetooth_layer;
2114

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+
2222
// The buffers
2323
// These contain the text for the text layers
2424
static char s_week_year_buffer[15];

0 commit comments

Comments
 (0)