mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge pull request #685 from chrox/option-tweaks
move "Reflow option" to "More settings" dialog
This commit is contained in:
@@ -41,14 +41,6 @@ KOPTOptions = {
|
||||
{
|
||||
icon = "resources/icons/appbar.column.two.large.png",
|
||||
options = {
|
||||
{
|
||||
name = "text_wrap",
|
||||
name_text = "Reflow",
|
||||
item_text = {"on","off"},
|
||||
values = {1, 0},
|
||||
default_value = 0,
|
||||
show = true
|
||||
},
|
||||
{
|
||||
name = "max_columns",
|
||||
name_text = "Columns",
|
||||
@@ -71,13 +63,6 @@ KOPTOptions = {
|
||||
values = {1.0, 1.2, 1.4},
|
||||
default_value = 1.2,
|
||||
},
|
||||
{
|
||||
name = "word_spacing",
|
||||
name_text = "Word Spacing",
|
||||
item_text = {"small", "medium", "large"},
|
||||
values = {0.05, 0.15, 0.375},
|
||||
default_value = 0.15,
|
||||
},
|
||||
{
|
||||
name = "justification",
|
||||
name_text = "Justification",
|
||||
@@ -119,12 +104,27 @@ KOPTOptions = {
|
||||
{
|
||||
icon = "resources/icons/appbar.settings.large.png",
|
||||
options = {
|
||||
{
|
||||
name = "text_wrap",
|
||||
name_text = "Reflow",
|
||||
item_text = {"on","off"},
|
||||
values = {1, 0},
|
||||
default_value = 0,
|
||||
},
|
||||
{
|
||||
name = "word_spacing",
|
||||
name_text = "Word Gap",
|
||||
item_text = {"small", "medium", "large"},
|
||||
values = {0.05, 0.15, 0.375},
|
||||
default_value = 0.15,
|
||||
},
|
||||
{
|
||||
name = "quality",
|
||||
name_text = "Render Quality",
|
||||
item_text = {"low", "default", "high"},
|
||||
values={0.5, 0.8, 1.0},
|
||||
default_value = 1.0,
|
||||
default_value = 0.8,
|
||||
show = false,
|
||||
},
|
||||
{
|
||||
name = "auto_straighten",
|
||||
|
||||
Reference in New Issue
Block a user