View Single Post
Old 04-06-2013, 02:06 PM   #44
thomass
Wizard
thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.
 
Posts: 1,669
Karma: 2300001
Join Date: Mar 2011
Location: Türkiye
Device: Kindle 5.3.7
Quote:
Originally Posted by wisecrick View Post
Oh yes, it is.
I make a little modification to reader.lua to correct the issue (I almost know nothing about lua ^_^)

redader.lua, line 151:
from
Code:
has_close_button = false
to
Code:
has close_button = true
redader.lua, line 173:
from:
Code:
	function FileManager:onClose()
		--UIManager:quit()
		return true
	end
to:

Code:
	function FileManager:onClose()
		--UIManager:quit()
		exitReader()
		return true
	end
Thanks for this tip.To have a bigger "close icon" I also changed 68th line of frontend\ui\widget\menu.lua to something like that:
Code:
		text = "-[ X ]-    ",
thomass is offline   Reply With Quote