debugger: debugger view: make output pane wider than input pane

This commit is contained in:
hjk
2009-10-01 16:22:43 +02:00
parent f006183b3d
commit 59739162ad

View File

@@ -310,6 +310,8 @@ DebuggerOutputWindow::DebuggerOutputWindow(QWidget *parent)
m_splitter->addWidget(m_inputText);
m_splitter->addWidget(m_combinedText);
m_splitter->setStretchFactor(0, 1);
m_splitter->setStretchFactor(1, 3);
QVBoxLayout *layout = new QVBoxLayout(this);
layout->setMargin(0);