Increase margin around action bar on emery
This commit is contained in:
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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user