diff options
| author | Glenn Smith <glenn@vector35.com> | 2019-11-16 21:10:51 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2020-01-16 01:06:45 -0500 |
| commit | e4b45718df111abcc79eb353c4ab106e130e4ef1 (patch) | |
| tree | c8e82b26de292485d1f5b26aaf69bd7eaa372b10 /ui | |
| parent | 185a77b28a90335a201e27c9cb949ce2d45a183e (diff) | |
Factor gutter width/tag token width into a setting
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/linearview.h | 1 | ||||
| -rw-r--r-- | ui/tokenizedtextview.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 1081d744..62bb3dad 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -12,7 +12,6 @@ #define LINEAR_VIEW_UPDATE_CHECK_INTERVAL 200 #define MAX_STRING_TYPE_LENGTH 1048576 -#define EDGE_GUTTER_WIDTH 5 struct BINARYNINJAUIAPI LinearViewCursorPosition: public BinaryNinja::LinearDisassemblyPosition { diff --git a/ui/tokenizedtextview.h b/ui/tokenizedtextview.h index 7ef15ae9..118f7e9b 100644 --- a/ui/tokenizedtextview.h +++ b/ui/tokenizedtextview.h @@ -44,6 +44,7 @@ class BINARYNINJAUIAPI TokenizedTextView: public QAbstractScrollArea, public Vie bool m_navByRef = false; std::vector<BinaryNinja::LinearDisassemblyLine> m_lines; + DisassemblySettingsRef m_settings; QTimer* m_updateTimer; |
