Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/pebble-mario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/pebble-mario.c')
-rw-r--r--src/pebble-mario.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pebble-mario.c b/src/pebble-mario.c
index 2604cb7..3b27ed3 100644
--- a/src/pebble-mario.c
+++ b/src/pebble-mario.c
@@ -291,7 +291,7 @@ void phone_battery_update_callback(Layer *layer, GContext *ctx)
#else
graphics_context_set_fill_color(ctx, GColorBlack);
#endif
- graphics_fill_rect(ctx, GRect(3, 2, phone_battery_level, 5), 0, GCornerNone);
+ graphics_fill_rect(ctx, GRect(7, 2, phone_battery_level, 5), 0, GCornerNone);
}
}