Skip to content

Commit

Permalink
8a97c4b removed the content of the weight column, but left the empty …
Browse files Browse the repository at this point in the history
…column; this removes the column
  • Loading branch information
dooglus committed Jan 13, 2016
1 parent bfb7051 commit d657f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qt/coincontroldialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ CoinControlDialog::CoinControlDialog(QWidget *parent) :
// (un)select all
connect(ui->pushButtonSelectAll, SIGNAL(clicked()), this, SLOT(buttonSelectAllClicked()));

ui->treeWidget->setColumnCount(12);
ui->treeWidget->setColumnCount(11);
ui->treeWidget->setColumnWidth(COLUMN_CHECKBOX, 84);
ui->treeWidget->setColumnWidth(COLUMN_AMOUNT, 100);
ui->treeWidget->setColumnWidth(COLUMN_LABEL, 170);
Expand Down
2 changes: 1 addition & 1 deletion src/qt/forms/coincontroldialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<bool>false</bool>
</property>
<property name="columnCount">
<number>9</number>
<number>8</number>
</property>
<attribute name="headerShowSortIndicator" stdset="0">
<bool>true</bool>
Expand Down

0 comments on commit d657f2e

Please sign in to comment.