Back to the bottom.

This commit is contained in:
con
2009-07-21 15:55:46 +02:00
parent 1d3c75c706
commit 48134939c0
5 changed files with 6 additions and 7 deletions

View File

@@ -313,10 +313,10 @@ DebuggerOutputWindow::DebuggerOutputWindow(QWidget *parent)
QVBoxLayout *layout = new QVBoxLayout(this);
layout->setMargin(0);
layout->setSpacing(0);
layout->addWidget(m_splitter);
#ifndef GDBDEBUGGERLEAN
layout->addWidget(new Core::FindToolBarPlaceHolder(this));
#endif
layout->addWidget(m_splitter);
setLayout(layout);
#ifndef GDBDEBUGGERLEAN