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