From 9f9ec1403b215743a45dd3f50cbd1683143842de Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Wed, 29 Apr 2026 00:24:56 -0400 Subject: Add horizontal scrolling to History View. --- ui/historyview.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/historyview.h b/ui/historyview.h index 80e356f6..3297e81b 100644 --- a/ui/historyview.h +++ b/ui/historyview.h @@ -67,6 +67,7 @@ class BINARYNINJAUIAPI HistoryEntryItemDelegate : public QStyledItemDelegate void updateFonts(); virtual void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const override; + virtual QSize sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const override; }; -- cgit v1.3.1