forked from qt-creator/qt-creator
Reduce the minimum height of that debugger log window
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user