Skip to content
Snippets Groups Projects
Commit 3660fead authored by hjk's avatar hjk
Browse files

debugger: get rid of the remaing frame in the output window

parent 6eadfa3a
No related branches found
No related tags found
No related merge requests found
...@@ -180,6 +180,7 @@ public: ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment