Remove branch decoration
This commit is contained in:
parent
9cc8d8b86c
commit
a5a92e0a7d
1 changed files with 1 additions and 0 deletions
|
@ -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()));
|
||||
|
|
Loading…
Reference in a new issue