diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-05-12 13:28:32 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-05-12 13:28:32 -0400 |
| commit | 2567941124021259839948002686788165890462 (patch) | |
| tree | b47ba37fc8cb050f54bbbc9795600c9fa88cc3cc | |
| parent | 530463095c688c88386be4444886ede4a625afa8 (diff) | |
Add setting to adjust block indicator width
| -rw-r--r-- | ui/flowgraphwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
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()); |
