Define based on height, not width
This commit is contained in:
+3
-3
@@ -4,17 +4,17 @@
|
||||
#include "neat_bar.h"
|
||||
#include <pebble.h>
|
||||
|
||||
#if PBL_DISPLAY_WIDTH >= 260 && PBL_ROUND
|
||||
#if PBL_DISPLAY_HEIGHT >= 260 && PBL_ROUND
|
||||
#define DEFAULT_SPREAD 41
|
||||
#define SELECT_Y 118
|
||||
#define ICON_X_OFFSET -1
|
||||
//
|
||||
#elif PBL_DISPLAY_WIDTH >= 200 && PBL_RECT
|
||||
#elif PBL_DISPLAY_HEIGHT >= 228 && PBL_RECT
|
||||
#define DEFAULT_SPREAD 60
|
||||
#define SELECT_Y 102
|
||||
#define ICON_X_OFFSET 0
|
||||
//
|
||||
#elif PBL_DISPLAY_WIDTH >= 180 && PBL_ROUND
|
||||
#elif PBL_DISPLAY_HEIGHT >= 180 && PBL_ROUND
|
||||
#define DEFAULT_SPREAD 28
|
||||
#define SELECT_Y 78
|
||||
#define ICON_X_OFFSET -1
|
||||
|
||||
Reference in New Issue
Block a user