auto adaptation for much smaller screen

This commit is contained in:
chrox
2014-05-28 20:05:38 +08:00
parent 449445d95d
commit 9f4f5fa451
4 changed files with 48 additions and 27 deletions

View File

@@ -58,7 +58,8 @@ function InfoMessage:init()
HorizontalSpan:new{ width = 10 },
TextBoxWidget:new{
text = self.text,
face = self.face
face = self.face,
width = Screen:getWidth()*2/3,
}
}
}