mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Dispatcher: crengine contrast (gamma)
This commit is contained in:
committed by
Frans de Jonge
parent
221b71062a
commit
c6ce316d4e
@@ -140,7 +140,7 @@ local settingsList = {
|
||||
line_spacing = {category="absolutenumber", rolling=true, separator=true,},
|
||||
font_size = {category="absolutenumber", title=_("Set font size to %1"), rolling=true},
|
||||
font_weight = {category="string", rolling=true},
|
||||
--font_gamma = {category="string", rolling=true},
|
||||
font_gamma = {category="string", rolling=true},
|
||||
font_hinting = {category="string", rolling=true},
|
||||
font_kerning = {category="string", rolling=true, separator=true,},
|
||||
status_line = {category="string", rolling=true},
|
||||
@@ -248,7 +248,7 @@ local dispatcher_menu_order = {
|
||||
"increase_font",
|
||||
"decrease_font",
|
||||
"font_size",
|
||||
--"font_gamma",
|
||||
"font_gamma",
|
||||
"font_weight",
|
||||
"font_hinting",
|
||||
"font_kerning",
|
||||
|
||||
Reference in New Issue
Block a user