summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/editormanager/editorview.cpp
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-07-21 15:55:46 +0200
committercon <qtc-committer@nokia.com>2009-07-21 15:56:04 +0200
commit48134939c0b005b964adac2a3aec9c426f049ecd (patch)
treea70b3542e3b647a96dc831a1f43d3f7b92215a55 /src/plugins/coreplugin/editormanager/editorview.cpp
parent1d3c75c7060497d2e5d328f47bd3d484f5d53d3f (diff)
downloadqt-creator-48134939c0b005b964adac2a3aec9c426f049ecd.tar.gz
Back to the bottom.
Diffstat (limited to 'src/plugins/coreplugin/editormanager/editorview.cpp')
-rw-r--r--src/plugins/coreplugin/editormanager/editorview.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/coreplugin/editormanager/editorview.cpp b/src/plugins/coreplugin/editormanager/editorview.cpp
index bc823fc68f..55d98f395e 100644
--- a/src/plugins/coreplugin/editormanager/editorview.cpp
+++ b/src/plugins/coreplugin/editormanager/editorview.cpp
@@ -146,9 +146,6 @@ EditorView::EditorView(OpenEditorsModel *model, QWidget *parent) :
connect(m_closeButton, SIGNAL(clicked()), this, SLOT(closeView()), Qt::QueuedConnection);
}
{
- tl->addWidget(new FindToolBarPlaceHolder(this));
- }
- {
m_infoWidget->setFrameStyle(QFrame::Panel | QFrame::Raised);
m_infoWidget->setLineWidth(1);
m_infoWidget->setForegroundRole(QPalette::ToolTipText);
@@ -180,6 +177,8 @@ EditorView::EditorView(OpenEditorsModel *model, QWidget *parent) :
tl->addWidget(m_container);
+ tl->addWidget(new FindToolBarPlaceHolder(this));
+
{
m_statusHLine->setFrameStyle(QFrame::HLine);