mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 23:57:39 +03:00
Compare commits
2 Commits
17bcd1d43a
...
5e042c9d57
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e042c9d57 | ||
|
|
3621d77499 |
@ -32,7 +32,8 @@ const SettingInfo settingsList[settingsCount] = {
|
||||
SettingInfo::Toggle("Long-press Chapter Skip", &CrossPointSettings::longPressChapterSkip),
|
||||
SettingInfo::Enum("Reader Font Family", &CrossPointSettings::fontFamily,
|
||||
{"Bookerly", "Noto Sans", "Open Dyslexic"}),
|
||||
SettingInfo::Enum("Reader Font Size", &CrossPointSettings::fontSize, {"Small", "Medium", "Large", "X Large", "X Small"}),
|
||||
SettingInfo::Enum("Reader Font Size", &CrossPointSettings::fontSize,
|
||||
{"Small", "Medium", "Large", "X Large", "X Small"}),
|
||||
SettingInfo::Enum("Reader Line Spacing", &CrossPointSettings::lineSpacing, {"Tight", "Normal", "Wide"}),
|
||||
SettingInfo::Value("Reader Screen Margin", &CrossPointSettings::screenMargin, {5, 40, 5}),
|
||||
SettingInfo::Enum("Reader Paragraph Alignment", &CrossPointSettings::paragraphAlignment,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user