Commit 740d0155e8d087689f824bf10921b6b372d056e6

Authored by DarkGod
1 parent dc7738d5

width

... ... @@ -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()
... ...