немного увеличить столбец количество 97/head
authorfsb4000 <fsb4000@yandex.ru>
Sat, 3 Jan 2015 23:19:30 +0000 (05:19 +0600)
committerfsb4000 <fsb4000@yandex.ru>
Sat, 3 Jan 2015 23:19:30 +0000 (05:19 +0600)
было http://i61.tinypic.com/5of80p.jpg

src/qt/transactionview.cpp

index 7dae349..9370b94 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, 120);
+                TransactionTableModel::Amount, 130);
 
         if (model->getOptionsModel() && fShoudAddThirdPartyURL)
         {