mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-29 18:13:55 -07:00
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->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()));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue