diff --git a/src/c/main.c b/src/c/main.c index 80cf0b8..6338f18 100644 --- a/src/c/main.c +++ b/src/c/main.c @@ -19,7 +19,7 @@ static GDrawCommandImage *s_pin_icon; // declare animation statics static GRect s_sleep_bar_start = GRect(0, 0, PBL_DISPLAY_WIDTH, PBL_DISPLAY_HEIGHT); -static GRect s_sleep_icon_start = GRect((PBL_DISPLAY_HEIGHT / 2) - 13, (PBL_DISPLAY_HEIGHT / 2) - 12, 25, 25); +static GRect s_sleep_icon_start = GRect((PBL_DISPLAY_WIDTH / 2) - 13, (PBL_DISPLAY_HEIGHT / 2) - 12, 25, 25); // declare time tracking statics static time_t s_sleep_timestamp;