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
commit68cc54216d78decf60bd6ccd36355bdddf30d833 (patch)
treec92989080c89f4d79904777865a2012e142131ec /src/EditView.h
parent9884db899009ee9a9a02b424ed98487c1abcd687 (diff)
downloadscintilla-mirror-68cc54216d78decf60bd6ccd36355bdddf30d833.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;