"Status" doesn't fit into narrow first column in transaction history, make the header empty
This commit is contained in:
parent
ba3d0255fc
commit
610121480c
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ TransactionTableModel::TransactionTableModel(CWallet* wallet, WalletModel *paren
|
|||
walletModel(parent),
|
||||
priv(new TransactionTablePriv(wallet, this))
|
||||
{
|
||||
columns << tr("Status") << tr("Date") << tr("Type") << tr("Address") << tr("Amount");
|
||||
columns << QString() << tr("Date") << tr("Type") << tr("Address") << tr("Amount");
|
||||
|
||||
priv->refreshWallet();
|
||||
|
||||
|
|
Loading…
Reference in a new issue