[QT] change transaction amount and height in overview page

This commit is contained in:
Jonas Schnelli 2015-05-05 21:55:19 +02:00
parent 40f5e8dc2a
commit 2a6b844427
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
#include <QAbstractItemDelegate>
#include <QPainter>
#define DECORATION_SIZE 64
#define NUM_ITEMS 3
#define DECORATION_SIZE 54
#define NUM_ITEMS 5
class TxViewDelegate : public QAbstractItemDelegate
{