add font size menu entry

It changes screen DPI and may needs to reboot the reader to take effect.
This should fix #746.
This commit is contained in:
chrox
2014-07-27 21:41:38 +08:00
parent 49ee4f4e4a
commit 87e667748a
9 changed files with 178 additions and 51 deletions

View File

@@ -80,8 +80,8 @@ function ReaderFrontLight:onPanRelease(arg, ges)
end
function ReaderFrontLight:addToMainMenu(tab_item_table)
-- insert fldial command to main reader menu
table.insert(tab_item_table.main, {
-- insert fldial command to setting tab of reader menu
table.insert(tab_item_table.setting, {
text = _("Frontlight settings"),
callback = function()
self:onShowFlDialog()