Skip to content

Commit 652eb90

Browse files
committed
[Qt] change transaction table column width
make enought space for the new icons
1 parent af95b17 commit 652eb90

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/qt/res/icons/add.png

-14.6 KB
Loading

src/qt/res/icons/filesave.png

-14.4 KB
Loading

src/qt/transactionview.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ class TransactionView : public QWidget
4949
};
5050

5151
enum ColumnWidths {
52-
STATUS_COLUMN_WIDTH = 23,
52+
STATUS_COLUMN_WIDTH = 30,
5353
WATCHONLY_COLUMN_WIDTH = 23,
5454
DATE_COLUMN_WIDTH = 120,
55-
TYPE_COLUMN_WIDTH = 120,
55+
TYPE_COLUMN_WIDTH = 113,
5656
AMOUNT_MINIMUM_COLUMN_WIDTH = 120,
5757
MINIMUM_COLUMN_WIDTH = 23
5858
};

0 commit comments

Comments
 (0)