transaction amount column has display unit
[novacoin.git] / src / qt / transactionview.cpp
index 61ddb26..7dae349 100644 (file)
@@ -202,7 +202,7 @@ void TransactionView::setModel(WalletModel *model, bool fShoudAddThirdPartyURL)
         transactionView->horizontalHeader()->setSectionResizeMode(TransactionTableModel::ToAddress, QHeaderView::Stretch);
 #endif
         transactionView->horizontalHeader()->resizeSection(
-                TransactionTableModel::Amount, 100);
+                TransactionTableModel::Amount, 120);
 
         if (model->getOptionsModel() && fShoudAddThirdPartyURL)
         {