Set default spread for all platforms

This commit is contained in:
2026-07-20 21:43:48 -04:00
parent 0e61a4bf79
commit 62fd6aa756
+4 -4
View File
@@ -5,22 +5,22 @@
#include <pebble.h>
#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