From a5a92e0a7d326aca234fde9d3e9ff41997dd44ad Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Thu, 18 Dec 2014 17:39:07 +0100 Subject: [PATCH] Remove branch decoration --- cockatrice/src/window_sets.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cockatrice/src/window_sets.cpp b/cockatrice/src/window_sets.cpp index 5fef67a6..6fdc1849 100644 --- a/cockatrice/src/window_sets.cpp +++ b/cockatrice/src/window_sets.cpp @@ -37,6 +37,7 @@ WndSets::WndSets(QWidget *parent) view->sortByColumn(SetsModel::SortKeyCol, Qt::AscendingOrder); view->setColumnHidden(SetsModel::SortKeyCol, true); + view->setRootIsDecorated(false); saveButton = new QPushButton(tr("Save set ordering")); connect(saveButton, SIGNAL(clicked()), this, SLOT(actSave()));