From 5072251313266297226712591745862782023969 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 23 Feb 2023 21:01:25 -0500 Subject: Allow Search Results panel to be collapsed smaller There was no reason it needed that minimum size --- ui/searchresult.h | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.3.1