summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2019-10-29 17:57:10 -0400
committerGlenn Smith <glenn@vector35.com>2020-01-16 01:06:45 -0500
commit185a77b28a90335a201e27c9cb949ce2d45a183e (patch)
tree138c9a98f0d23e6dc8ffe7fcf9786e6b3383f602 /ui
parent39ec57947875e6f0f18051f0a9211119fc925ffe (diff)
Update gutter width, tag token as a constant
Diffstat (limited to 'ui')
-rw-r--r--ui/linearview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/linearview.h b/ui/linearview.h
index 53e8802c..1081d744 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -12,7 +12,7 @@
#define LINEAR_VIEW_UPDATE_CHECK_INTERVAL 200
#define MAX_STRING_TYPE_LENGTH 1048576
-#define EDGE_GUTTER_WIDTH 4
+#define EDGE_GUTTER_WIDTH 5
struct BINARYNINJAUIAPI LinearViewCursorPosition: public BinaryNinja::LinearDisassemblyPosition
{