Dispatcher: crengine contrast (gamma)

This commit is contained in:
yparitcher
2020-09-21 17:51:12 -04:00
committed by Frans de Jonge
parent 221b71062a
commit c6ce316d4e

View File

@@ -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",