Commit a6c75066 authored by Gavin Bisesi's avatar Gavin Bisesi
Browse files

Merge pull request #496 from ctrlaltca/set_extinfo

Remove branch decoration
parents b38cd783 a5a92e0a
...@@ -37,6 +37,7 @@ WndSets::WndSets(QWidget *parent) ...@@ -37,6 +37,7 @@ WndSets::WndSets(QWidget *parent)
view->sortByColumn(SetsModel::SortKeyCol, Qt::AscendingOrder); view->sortByColumn(SetsModel::SortKeyCol, Qt::AscendingOrder);
view->setColumnHidden(SetsModel::SortKeyCol, true); view->setColumnHidden(SetsModel::SortKeyCol, true);
view->setRootIsDecorated(false);
saveButton = new QPushButton(tr("Save set ordering")); saveButton = new QPushButton(tr("Save set ordering"));
connect(saveButton, SIGNAL(clicked()), this, SLOT(actSave())); connect(saveButton, SIGNAL(clicked()), this, SLOT(actSave()));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment