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)));
|
m_combinedText, SLOT(gotoResult(int)));
|
||||||
connect(m_commandEdit, SIGNAL(returnPressed()),
|
connect(m_commandEdit, SIGNAL(returnPressed()),
|
||||||
SLOT(sendCommand()));
|
SLOT(sendCommand()));
|
||||||
|
|
||||||
|
setMinimumHeight(60);
|
||||||
}
|
}
|
||||||
|
|
||||||
void LogWindow::sendCommand()
|
void LogWindow::sendCommand()
|
||||||
|
|||||||
Reference in New Issue
Block a user