add font gamma to readerconfig

This commit is contained in:
Qingping Hou
2013-01-07 16:42:50 -05:00
parent 61613323fe
commit 59a424203b

View File

@@ -44,6 +44,14 @@ CreOptions = {
args = {1},
default_arg = nil,
event = "ToggleFontBolder",
},
{
name = "font_gamma",
name_text = "Gamma",
item_text = {"decrease", "increase"},
args = {"decrease", "increase"},
default_arg = nil,
event = "ChangeFontGamma",
}
}
},