Increase margin around action bar on emery

This commit is contained in:
2026-06-12 20:42:55 -04:00
parent 124d4550ec
commit ac5fe3b93d
3 changed files with 3 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 B

After

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 B

After

Width:  |  Height:  |  Size: 92 B

+3 -3
View File
@@ -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