mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
[Qt] fix style, formating, comment and indentation problems
- introduced by #3920
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
#ifndef TRANSACTIONVIEW_H
|
||||
#define TRANSACTIONVIEW_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "guiutil.h"
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
class TransactionFilterProxy;
|
||||
class WalletModel;
|
||||
|
||||
@@ -46,11 +47,11 @@ public:
|
||||
};
|
||||
|
||||
enum ColumnWidths {
|
||||
STATUS_COLUMN_WIDTH = 23,
|
||||
DATE_COLUMN_WIDTH = 120,
|
||||
TYPE_COLUMN_WIDTH = 120,
|
||||
AMOUNT_MINIMUM_COLUMN_WIDTH = 120,
|
||||
MINIMUM_COLUMN_WIDTH = 23
|
||||
STATUS_COLUMN_WIDTH = 23,
|
||||
DATE_COLUMN_WIDTH = 120,
|
||||
TYPE_COLUMN_WIDTH = 120,
|
||||
AMOUNT_MINIMUM_COLUMN_WIDTH = 120,
|
||||
MINIMUM_COLUMN_WIDTH = 23
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user