From 2567941124021259839948002686788165890462 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 12 May 2025 13:28:32 -0400 Subject: Add setting to adjust block indicator width --- ui/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 6617e1ec..5133cd24 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -216,6 +216,7 @@ class BINARYNINJAUIAPI FlowGraphWidget : bool isFunctionHeader(); bool m_enableBlockIndicators = false; + float m_blockIndicatorStrokeWidth = 1.0f; public: FlowGraphWidget(QWidget* parent, BinaryViewRef view, FlowGraphRef graph = FlowGraphRef()); -- cgit v1.3.1