[Qt] change transaction table column width
make enought space for the new icons
This commit is contained in:
parent
af95b17d0d
commit
652eb904df
3 changed files with 2 additions and 2 deletions
src/qt
Binary file not shown.
Before ![]() (image error) Size: 15 KiB After ![]() (image error) Size: 784 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 17 KiB After ![]() (image error) Size: 2.3 KiB ![]() ![]() |
|
@ -49,10 +49,10 @@ public:
|
|||
};
|
||||
|
||||
enum ColumnWidths {
|
||||
STATUS_COLUMN_WIDTH = 23,
|
||||
STATUS_COLUMN_WIDTH = 30,
|
||||
WATCHONLY_COLUMN_WIDTH = 23,
|
||||
DATE_COLUMN_WIDTH = 120,
|
||||
TYPE_COLUMN_WIDTH = 120,
|
||||
TYPE_COLUMN_WIDTH = 113,
|
||||
AMOUNT_MINIMUM_COLUMN_WIDTH = 120,
|
||||
MINIMUM_COLUMN_WIDTH = 23
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue