Skip to content

Commit

Permalink
Sort OverviewPage by Date
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranz5 committed Jul 30, 2014
1 parent e0b91d1 commit 436cc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/overviewpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ void OverviewPage::setWalletModel(WalletModel *model)
filter->setDynamicSortFilter(true);
filter->setSortRole(Qt::EditRole);
filter->setShowInactive(false);
filter->sort(TransactionTableModel::Status, Qt::DescendingOrder);
filter->sort(TransactionTableModel::Date, Qt::DescendingOrder);

ui->listTransactions->setModel(filter);
ui->listTransactions->setModelColumn(TransactionTableModel::ToAddress);
Expand Down

0 comments on commit 436cc32

Please sign in to comment.