diff options
author | Neil <nyamatongwe@gmail.com> | 2015-03-11 13:37:11 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-03-11 13:37:11 +1100 |
commit | 2cf0d3e80236e089e06a5033575f58ccc090a262 (patch) | |
tree | eac7cd5978332ecb50c33b41e4833fbcad14e671 /src/EditView.h | |
parent | c48c5c1af385364d1319e544df97c765d06222f4 (diff) | |
download | scintilla-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.h | 1 |
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; |