2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00

Merge pull request #44 from th0mass/fe3fc9039909e6051321dd7d0b5ffbd42c886b8a

having a bigger close icon could be a good idea
This commit is contained in:
Huang Xin 2013-04-09 03:28:03 -07:00
commit b6fcc85a45

View File

@ -65,7 +65,7 @@ MenuCloseButton = InputContainer:new{
function MenuCloseButton:init()
self[1] = TextWidget:new{
text = "x ",
text = "-[ X ]- ",
face = Font:getFace("cfont", 22),
}