diff --git a/resources/patch_bottom.png b/resources/patch_bottom.png index f94e95c..858b747 100644 Binary files a/resources/patch_bottom.png and b/resources/patch_bottom.png differ diff --git a/resources/patch_top.png b/resources/patch_top.png index 3c11359..0c74c89 100644 Binary files a/resources/patch_top.png and b/resources/patch_top.png differ diff --git a/src/c/main.c b/src/c/main.c index 6c3f53e..e85e341 100644 --- a/src/c/main.c +++ b/src/c/main.c @@ -21,11 +21,11 @@ static GBitmap *s_legacy_actionbar_patch_top; static BitmapLayer *s_patch_bottom_layer; static BitmapLayer *s_patch_top_layer; #if PBL_DISPLAY_WIDTH >= 200 -static const GRect s_patch_bottom_grect = GRect(166, 223, 34, 5); -static const GRect s_patch_top_grect = GRect(166, 20, 34, 5); +static const GRect s_patch_bottom_grect = GRect(166, 222, 34, 6); +static const GRect s_patch_top_grect = GRect(166, 20, 34, 6); #else static const GRect s_patch_bottom_grect = GRect(114, 163, 34, 5); -static const GRect s_patch_top_grect = GRect(114, 16, 34, 5); +static const GRect s_patch_top_grect = GRect(114, 15, 34, 6); #endif #endif