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 | 68cc54216d78decf60bd6ccd36355bdddf30d833 (patch) | |
| tree | c92989080c89f4d79904777865a2012e142131ec /src/EditView.h | |
| parent | 9884db899009ee9a9a02b424ed98487c1abcd687 (diff) | |
| download | scintilla-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.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; |
