1. ## ARAT
  2. def __MakeChatWindow(self):
  3. wndChat = uiChat.ChatWindow()
  4. wndChat.SetSize(wndChat.CHAT_WINDOW_WIDTH, 0)
  5. wndChat.SetPosition(wndMgr.GetScreenWidth()/2 - wndChat.CHAT_WINDOW_WIDTH/2, wndMgr.GetScreenHeight() +10 - wndChat.EDIT_LINE_HEIGHT - 57)
  6. wndChat.SetHeight(200)
  7. wndChat.Refresh()
  8. wndChat.Show()
  9. ## DEĞİŞTİR
  10. def __MakeChatWindow(self):
  11. wndChat = uiChat.ChatWindow()
  12. wndChat.SetSize(wndChat.CHAT_WINDOW_WIDTH, 0)
  13. wndChat.SetPosition(wndMgr.GetScreenWidth()/2 - wndChat.CHAT_WINDOW_WIDTH/2, wndMgr.GetScreenHeight() - wndChat.EDIT_LINE_HEIGHT - 37)
  14. wndChat.SetHeight(200)
  15. wndChat.Refresh()
  16. wndChat.Show()

BEST Production V4 Server Files Final Versiyon

Chat Boşluğu Fixi