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:
parent
77257b0721
commit
df3886168f
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ namespace mwmp
|
|||
setTitle("Chat");
|
||||
|
||||
mHistory->setOverflowToTheLeft(true);
|
||||
mHistory->setEditWordWrap(true);
|
||||
|
||||
windowState = 0;
|
||||
mCommandLine->setVisible(0);
|
||||
|
|
Loading…
Reference in a new issue