mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
auto adaptation for much smaller screen
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user