diff options
Diffstat (limited to 'themes/scite')
-rwxr-xr-x | themes/scite/view.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/scite/view.lua b/themes/scite/view.lua index 57d09e0a..79e86caf 100755 --- a/themes/scite/view.lua +++ b/themes/scite/view.lua @@ -52,7 +52,7 @@ buffer:set_y_caret_policy(13, 1) -- CARET_SLOP | CARET_STRICT | CARET_EVEN --buffer.caret_sticky = 1 -- Line Number Margin. -buffer.margin_width_n[0] = 4 * buffer:text_width(c.STYLE_LINENUMBER, "9") +buffer.margin_width_n[0] = 4 + 4 * buffer:text_width(c.STYLE_LINENUMBER, "9") -- Marker Margin. --buffer.margin_width_n[1] = 0 |