Add icon positions for Chalk
This commit is contained in:
@@ -14,6 +14,11 @@ const int8_t ICON_X_OFFSET = -1;
|
||||
const uint16_t UP_Y = 80;
|
||||
const uint16_t SELECT_Y = 121;
|
||||
const uint16_t DOWN_Y = 162;
|
||||
#elif PBL_PLATFORM_CHALK
|
||||
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
|
||||
const int8_t ICON_X_OFFSET = 0;
|
||||
const uint16_t UP_Y = 50;
|
||||
|
||||
Reference in New Issue
Block a user