Skip to content

Commit 2a6b844

Browse files
committed
[QT] change transaction amount and height in overview page
1 parent 40f5e8d commit 2a6b844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/overviewpage.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#include <QAbstractItemDelegate>
1919
#include <QPainter>
2020

21-
#define DECORATION_SIZE 64
22-
#define NUM_ITEMS 3
21+
#define DECORATION_SIZE 54
22+
#define NUM_ITEMS 5
2323

2424
class TxViewDelegate : public QAbstractItemDelegate
2525
{

0 commit comments

Comments
 (0)