[PATCH 02/10] Allow larger document.browse.margin_width.

[email protected] Wed, 13 May 2009 00:01:49 -0400
Newsgroups gmane.comp.web.links
Message-ID <[email protected]>
---
 src/config/options.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/config/options.inc b/src/config/options.inc
index 4e4b255..f957669 100644
--- a/src/config/options.inc
+++ b/src/config/options.inc
@@ -449,7 +449,7 @@ static struct option_info config_options_info[] = {
 
 
 	INIT_OPT_INT("document.browse", N_("Horizontal text margin"),
-		"margin_width", 0, 0, 9, 3,
+		"margin_width", 0, 0, 100, 3,
 		N_("Horizontal text margin.")),
 
 	INIT_OPT_BOOL("document.browse", N_("Document meta refresh"),
-- 
1.6.3