summaryrefslogtreecommitdiff
path: root/ui/searchresult.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-02-23 21:01:25 -0500
committerGlenn Smith <glenn@vector35.com>2023-02-23 21:01:25 -0500
commit5072251313266297226712591745862782023969 (patch)
treedcb9855cb1a21919c7f46c4f04572b71f49b8c19 /ui/searchresult.h
parent5649264223740929574029670380449972776475 (diff)
Allow Search Results panel to be collapsed smaller
There was no reason it needed that minimum size
Diffstat (limited to 'ui/searchresult.h')
-rw-r--r--ui/searchresult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/searchresult.h b/ui/searchresult.h
index 954d0142..c585d52c 100644
--- a/ui/searchresult.h
+++ b/ui/searchresult.h
@@ -199,6 +199,7 @@ class BINARYNINJAUIAPI SearchResultTable : public QTableView
void updateFonts();
void updateHeaderFontAndSize();
+ virtual QSize sizeHint() const override;
virtual void keyPressEvent(QKeyEvent* e) override;
virtual bool hasSelection() const { return selectionModel()->selectedRows().size() != 0; }