Skip to content
Snippets Groups Projects
Commit 628afc5a authored by hjk's avatar hjk
Browse files

debugger: the register view should have no extra frame.

The other views don't have one, either.
parent 21f10fe2
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,7 @@ RegisterWindow::RegisterWindow(QWidget *parent)
: QTreeView(parent), m_alwaysResizeColumnsToContents(true)
{
QAction *act = theDebuggerAction(UseAlternatingRowColors);
setFrameStyle(QFrame::NoFrame);
setWindowTitle(tr("Registers"));
setAttribute(Qt::WA_MacShowFocusRect, false);
setAlternatingRowColors(act->isChecked());
......
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