1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 22:45:34 +00:00

Word wrapping in chat

This commit is contained in:
Koncord 2016-10-23 14:33:43 +08:00
parent 77257b0721
commit df3886168f

View file

@ -40,6 +40,7 @@ namespace mwmp
setTitle("Chat");
mHistory->setOverflowToTheLeft(true);
mHistory->setEditWordWrap(true);
windowState = 0;
mCommandLine->setVisible(0);