Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #6578: FIX(client): Limit size of the chat bar
Previously, the chat bar QTextEdit was unlimited in screen space size and would start stretching the main window and chat log, if messages were too large. This resulted in the window becoming unusable unless you would manually resize the window down again. This commit adds a sensible limit to how much of the chat bar can be visible at once. Currently, this limit is set to 10 times the font height. After that the chat bar will stop growing in screen space and instead start showing a scrollbar. Fixes #6528 Fixes #1320
- Loading branch information