Skip to content

Commit

Permalink
Update to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMT committed Sep 13, 2015
1 parent 57175fe commit ff57be8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion appinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"basalt"
],
"uuid": "4335c1d9-7477-4a86-b7d3-d206dd7a7aad",
"versionLabel": "1.2",
"versionLabel": "1.3",
"watchapp": {
"watchface": true
}
Expand Down
14 changes: 7 additions & 7 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
// The main window
static Window *s_main_window;

// The space layers
// These create some padding for the status bar text
static Layer *s_week_year_space_layer;
static Layer *s_battery_space_layer;
static Layer *s_day_space_layer;
static Layer *s_bluetooth_space_layer;

// The text layers
// These display the actual information
static TextLayer *s_week_year_layer;
Expand All @@ -19,6 +12,13 @@ static TextLayer *s_date_layer;
static TextLayer *s_day_layer;
static TextLayer *s_bluetooth_layer;

// The space layers
// These create some padding for the status bar text
static Layer *s_week_year_space_layer;
static Layer *s_battery_space_layer;
static Layer *s_day_space_layer;
static Layer *s_bluetooth_space_layer;

// The buffers
// These contain the text for the text layers
static char s_week_year_buffer[15];
Expand Down

0 comments on commit ff57be8

Please sign in to comment.