forked from qt-creator/qt-creator
debugger: get rid of the remaing frame in the output window
This commit is contained in:
@@ -180,6 +180,7 @@ public:
|
|||||||
: QPlainTextEdit(parent)
|
: QPlainTextEdit(parent)
|
||||||
{
|
{
|
||||||
setMaximumBlockCount(100000);
|
setMaximumBlockCount(100000);
|
||||||
|
setFrameStyle(QFrame::NoFrame);
|
||||||
m_clearContentsAction = new QAction(this);
|
m_clearContentsAction = new QAction(this);
|
||||||
m_clearContentsAction->setText(tr("Clear Contents"));
|
m_clearContentsAction->setText(tr("Clear Contents"));
|
||||||
m_clearContentsAction->setEnabled(true);
|
m_clearContentsAction->setEnabled(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user