mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Word wrapping in chat
This commit is contained in:
parent
77257b0721
commit
df3886168f
@ -40,6 +40,7 @@ namespace mwmp
|
||||
setTitle("Chat");
|
||||
|
||||
mHistory->setOverflowToTheLeft(true);
|
||||
mHistory->setEditWordWrap(true);
|
||||
|
||||
windowState = 0;
|
||||
mCommandLine->setVisible(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user