Enable wordwrap on suspended message to avoid window resize

BUG: 333890
FIXED-IN: 2.13.1
wilder-portage
Kurt Hindenburg 12 years ago
parent d02f75199d
commit 24c90c36e7
  1. 1
      src/TerminalDisplay.cpp

@ -2901,6 +2901,7 @@ void TerminalDisplay::outputSuspended(bool suspended)
_outputSuspendedLabel->setBackgroundRole(QPalette::Base);
_outputSuspendedLabel->setFont(KGlobalSettings::smallestReadableFont());
_outputSuspendedLabel->setContentsMargins(5, 5, 5, 5);
_outputSuspendedLabel->setWordWrap(true);
//enable activation of "Xon/Xoff" link in label
_outputSuspendedLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse |

Loading…
Cancel
Save