debugger: save two pixels worth of vertical space in the log input pane

This commit is contained in:
hjk
2011-02-18 11:17:54 +01:00
parent f9b34808bb
commit c2cabe17c2

View File

@@ -360,6 +360,7 @@ LogWindow::LogWindow(QWidget *parent)
m_commandLabel = new QLabel(tr("Command:"), this);
m_commandEdit = new QLineEdit(this);
m_commandEdit->setFrame(false);
QHBoxLayout *commandBox = new QHBoxLayout;
commandBox->addWidget(m_commandLabel);
commandBox->addWidget(m_commandEdit);