Compare commits

..

No commits in common. "acddb852bcb002548164929f1dc28b2ff36a85aa" and "81cca95dfe7bdfc700af508bd2d17a707a05b0f2" have entirely different histories.

View File

@ -114,15 +114,11 @@ class CrossPointSettings {
};
// Reader screen margin options (pixel values)
#define SCREEN_MARGIN_DATA \
X(5, "5 px") \
X(10, "10 px") \
X(15, "15 px") \
X(20, "20 px") \
X(25, "25 px") \
X(30, "30 px") \
X(35, "35 px") \
X(40, "40 px")
#define SCREEN_MARGIN_DATA \
X(5, "5 px") \
X(10, "10 px") X(15, "15 px") X(20, "20 px") X(25, "25 px") X(30, "30 px") X(35, "35 px") X(40, \
"40 " \
"px")
enum SCREEN_MARGIN {
#define X(val, str) MARGIN_##val,