mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
code cleanup
This commit is contained in:
@@ -64,19 +64,17 @@ KoptOptions = {
|
||||
{
|
||||
name = "max_columns",
|
||||
name_text = "Columns",
|
||||
--item_text = {"1","2","3","4"},
|
||||
item_icons = {
|
||||
"resources/icons/appbar.column.one.png",
|
||||
"resources/icons/appbar.column.two.png",
|
||||
"resources/icons/appbar.column.three.png",
|
||||
},
|
||||
values = {1,2,3,4},
|
||||
values = {1,2,3},
|
||||
default_value = 2,
|
||||
},
|
||||
{
|
||||
name = "justification",
|
||||
name_text = "Text Align",
|
||||
--item_text = {"auto","left","center","right","full"},
|
||||
item_icons = {
|
||||
"resources/icons/appbar.align.auto.png",
|
||||
"resources/icons/appbar.align.left.png",
|
||||
|
||||
Reference in New Issue
Block a user