Reduced mirco stutters when appending new messages to the output dock by not resizing new messages to their contents constantly.
New messages are still organized tightly, i.e. with little spacing between the rows. The rows are also still resized automatically, if a section was resized by the user.
I have also removed deactivated code
Closes #1165
Output dock after startup:
How Has This Been Tested?
Manually
Checklist:
[ ] A test for the new functionality was added (if applicable).
[ ] All tests run without failure.
[ ] The changelog has been extended, if this MR contains important changes from the users's point of view.
[ ] The new code complies with the GTlab's style guide.
[ ] New interface methods / functions are exported via EXPORT. Non-interface functions are NOT exported.
[ ] The number of code quality warnings is not increasing.
Description
Reduced mirco stutters when appending new messages to the output dock by not resizing new messages to their contents constantly.
New messages are still organized tightly, i.e. with little spacing between the rows. The rows are also still resized automatically, if a section was resized by the user.
I have also removed deactivated code
Closes #1165
Output dock after startup:
How Has This Been Tested?
Manually
Checklist:
EXPORT
. Non-interface functions are NOT exported.