diff --git a/src/plugins/coreplugin/editormanager/editorview.cpp b/src/plugins/coreplugin/editormanager/editorview.cpp index 6c95b9e4ae126646415d4a53bb0a3c2d8c9cf69d..61bd9b66e3f17a9dc5a7f15211986c22e64d29b7 100644 --- a/src/plugins/coreplugin/editormanager/editorview.cpp +++ b/src/plugins/coreplugin/editormanager/editorview.cpp @@ -105,8 +105,8 @@ EditorView::EditorView(QWidget *parent) : hbox->setMargin(2); m_infoWidgetLabel = new QLabel("Placeholder"); m_infoWidgetLabel->setForegroundRole(QPalette::ToolTipText); + m_infoWidgetLabel->setWordWrap(true); hbox->addWidget(m_infoWidgetLabel); - hbox->addStretch(1); m_infoWidgetButton = new QToolButton; m_infoWidgetButton->setText(tr("Placeholder"));