Reduce the minimum height of that debugger log window

This commit is contained in:
Alessandro Portale
2011-05-02 16:43:43 +02:00
parent 6dac333636
commit 9beab97403

View File

@@ -402,6 +402,8 @@ LogWindow::LogWindow(QWidget *parent)
m_combinedText, SLOT(gotoResult(int)));
connect(m_commandEdit, SIGNAL(returnPressed()),
SLOT(sendCommand()));
setMinimumHeight(60);
}
void LogWindow::sendCommand()