[Qt] rename "amount" to "requested amount" in receive coins table

This commit is contained in:
Jonas Schnelli
2016-01-20 14:57:28 +01:00
committed by lateminer
parent 69910782d2
commit 3af311d1aa
3 changed files with 4 additions and 8 deletions

View File

@@ -83,6 +83,7 @@ void ReceiveCoinsDialog::setModel(WalletModel *model)
tableView->setSelectionMode(QAbstractItemView::ContiguousSelection);
tableView->setColumnWidth(RecentRequestsTableModel::Date, DATE_COLUMN_WIDTH);
tableView->setColumnWidth(RecentRequestsTableModel::Label, LABEL_COLUMN_WIDTH);
tableView->setColumnWidth(RecentRequestsTableModel::Amount, AMOUNT_MINIMUM_COLUMN_WIDTH);
connect(tableView->selectionModel(),
SIGNAL(selectionChanged(QItemSelection, QItemSelection)), this,