diff --git a/src/plugins/debugger/logwindow.cpp b/src/plugins/debugger/logwindow.cpp index fb3faf00216..ab852c67c56 100644 --- a/src/plugins/debugger/logwindow.cpp +++ b/src/plugins/debugger/logwindow.cpp @@ -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);