mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-08 00:27:39 +03:00
Compare commits
No commits in common. "acddb852bcb002548164929f1dc28b2ff36a85aa" and "81cca95dfe7bdfc700af508bd2d17a707a05b0f2" have entirely different histories.
acddb852bc
...
81cca95dfe
@ -116,13 +116,9 @@ class CrossPointSettings {
|
|||||||
// Reader screen margin options (pixel values)
|
// Reader screen margin options (pixel values)
|
||||||
#define SCREEN_MARGIN_DATA \
|
#define SCREEN_MARGIN_DATA \
|
||||||
X(5, "5 px") \
|
X(5, "5 px") \
|
||||||
X(10, "10 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, \
|
||||||
X(15, "15 px") \
|
"40 " \
|
||||||
X(20, "20 px") \
|
"px")
|
||||||
X(25, "25 px") \
|
|
||||||
X(30, "30 px") \
|
|
||||||
X(35, "35 px") \
|
|
||||||
X(40, "40 px")
|
|
||||||
|
|
||||||
enum SCREEN_MARGIN {
|
enum SCREEN_MARGIN {
|
||||||
#define X(val, str) MARGIN_##val,
|
#define X(val, str) MARGIN_##val,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user