Process Monitor: Removed border, and switched to courier font.

ResultinfoPanel: Removed border
This commit is contained in:
Jacob Støren
2013-10-03 14:42:37 +02:00
parent 35f7b7db2f
commit 5367460462
2 changed files with 7 additions and 2 deletions

View File

@@ -42,6 +42,9 @@ RiuResultInfoPanel::RiuResultInfoPanel(QDockWidget* parent)
QVBoxLayout* layout = new QVBoxLayout();
layout->addWidget(m_textEdit);
layout->setContentsMargins(0, 0, 0, 0);
setLayout(layout);
}