From e4a114dc99a65a003ebd4d5b4e2e3a6b0fee467d Mon Sep 17 00:00:00 2001 From: abe33 Date: Thu, 11 Dec 2014 10:27:33 +0100 Subject: [PATCH] :bug: Fix minimum value for interline Fixes #175 --- lib/minimap.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/minimap.coffee b/lib/minimap.coffee index 65a0d68f..b7ed02a4 100644 --- a/lib/minimap.coffee +++ b/lib/minimap.coffee @@ -72,7 +72,7 @@ class Minimap interline: type: 'integer' default: 1 - minimum: 1 + minimum: 0 description: 'The space between lines in the minimap in pixels.' textOpacity: type: 'number'