diff --git a/src/c/neat_bar.c b/src/c/neat_bar.c index ff1b8aa..2394ac0 100644 --- a/src/c/neat_bar.c +++ b/src/c/neat_bar.c @@ -5,22 +5,22 @@ #include #if PBL_DISPLAY_WIDTH >= 260 && PBL_ROUND -#define DEFAULT_SPREAD 30 +#define DEFAULT_SPREAD 41 #define SELECT_Y 118 #define ICON_X_OFFSET -1 // #elif PBL_DISPLAY_WIDTH >= 200 && PBL_RECT -#define DEFAULT_SPREAD 30 +#define DEFAULT_SPREAD 60 #define SELECT_Y 102 #define ICON_X_OFFSET 0 // #elif PBL_DISPLAY_WIDTH >= 180 && PBL_ROUND -#define DEFAULT_SPREAD 30 +#define DEFAULT_SPREAD 28 #define SELECT_Y 78 #define ICON_X_OFFSET -1 // #else // all 144x168 watches -#define DEFAULT_SPREAD 30 +#define DEFAULT_SPREAD 51 #define SELECT_Y 72 #define ICON_X_OFFSET 0 #endif