aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionview.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-01-31 16:03:18 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-01-31 18:09:30 +0200
commit3913d1e8c1f604bdd622d5e81e5077ef52b30466 (patch)
tree9c421dd057fb73ef19442ad9fea417bde6f0438d /src/qt/transactionview.h
parent4c55f92c7644c267997c7ddab37d195216d6cf39 (diff)
downloadbitcoin-3913d1e8c1f604bdd622d5e81e5077ef52b30466.tar.xz
qt: Drop buggy TableViewLastColumnResizingFixer class
In Qt 5 the last column resizing with dragging its left edge works out-of-the-box. The current TableViewLastColumnResizingFixer implementation could put the last column content out of the view port and confuse a user.
Diffstat (limited to 'src/qt/transactionview.h')
-rw-r--r--src/qt/transactionview.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qt/transactionview.h b/src/qt/transactionview.h
index b268823066..72d6cc31b8 100644
--- a/src/qt/transactionview.h
+++ b/src/qt/transactionview.h
@@ -82,10 +82,6 @@ private:
QWidget *createDateRangeWidget();
- GUIUtil::TableViewLastColumnResizingFixer *columnResizingFixer{nullptr};
-
- virtual void resizeEvent(QResizeEvent* event) override;
-
bool eventFilter(QObject *obj, QEvent *event) override;
private Q_SLOTS: