From 3660feadd93de1005968e557a922a9c5d626deab Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Thu, 18 Mar 2010 16:23:52 +0100
Subject: [PATCH] debugger: get rid of the remaing frame in the output window

---
 src/plugins/debugger/debuggeroutputwindow.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/debugger/debuggeroutputwindow.cpp b/src/plugins/debugger/debuggeroutputwindow.cpp
index 9bbb1a030e8..f29d5ab8c72 100644
--- a/src/plugins/debugger/debuggeroutputwindow.cpp
+++ b/src/plugins/debugger/debuggeroutputwindow.cpp
@@ -180,6 +180,7 @@ public:
         : QPlainTextEdit(parent)
     {
         setMaximumBlockCount(100000);
+        setFrameStyle(QFrame::NoFrame);
         m_clearContentsAction = new QAction(this);
         m_clearContentsAction->setText(tr("Clear Contents"));
         m_clearContentsAction->setEnabled(true);
-- 
GitLab