Add icon positions for 144x168 watches
This commit is contained in:
+4
-4
@@ -19,11 +19,11 @@ const int8_t ICON_X_OFFSET = -1;
|
||||
const uint16_t UP_Y = 53;
|
||||
const uint16_t SELECT_Y = 81;
|
||||
const uint16_t DOWN_Y = 109;
|
||||
#else
|
||||
#else // all 144x168 watches
|
||||
const int8_t ICON_X_OFFSET = 0;
|
||||
const uint16_t UP_Y = 50;
|
||||
const uint16_t SELECT_Y = 90;
|
||||
const uint16_t DOWN_Y = 120;
|
||||
const uint16_t UP_Y = 24;
|
||||
const uint16_t SELECT_Y = 75;
|
||||
const uint16_t DOWN_Y = 126;
|
||||
#endif
|
||||
|
||||
static const GRect s_base_grect_rect = GRect(PBL_DISPLAY_WIDTH - ACTION_BAR_WIDTH, 0, ACTION_BAR_WIDTH, PBL_DISPLAY_HEIGHT);
|
||||
|
||||
Reference in New Issue
Block a user