Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -29,7 +29,7 @@ module(..., package.seeall, class.inherit(Chat)) |
29 | 29 | function _M:init(chat, id, width) |
30 | 30 | self.ui = "chat" |
31 | 31 | |
32 | - Chat.init(self, chat, id, math.max(width, game.w * 0.7)) | |
32 | + Chat.init(self, chat, id, math.max(width, game.w * 0.4)) | |
33 | 33 | end |
34 | 34 | |
35 | 35 | function _M:makeUI() | ... | ... |
-
Please register or login to post a comment