aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-03-11 13:37:11 +1100
committerNeil <nyamatongwe@gmail.com>2015-03-11 13:37:11 +1100
commit2cf0d3e80236e089e06a5033575f58ccc090a262 (patch)
treeeac7cd5978332ecb50c33b41e4833fbcad14e671 /src/EditView.h
parentc48c5c1af385364d1319e544df97c765d06222f4 (diff)
downloadscintilla-mirror-2cf0d3e80236e089e06a5033575f58ccc090a262.tar.gz
Allow minimum tab width to be tweaked to allow character cell implementation
to work better.
Diffstat (limited to 'src/EditView.h')
-rw-r--r--src/EditView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/EditView.h b/src/EditView.h
index 70af6b2bf..79a88657a 100644
--- a/src/EditView.h
+++ b/src/EditView.h
@@ -51,6 +51,7 @@ class EditView {
public:
PrintParameters printParameters;
PerLine *ldTabstops;
+ int tabWidthMinimumPixels;
bool hideSelection;
bool drawOverstrikeCaret;