[gtksourceview] Raise the right margin maximum to 1,000



commit 8421c04480204e690b78f9d3508e52da2d832dee
Author: Garrett Regier <alias301 gmail com>
Date:   Mon May 10 01:44:37 2010 -0700

    Raise the right margin maximum to 1,000

 gtksourceview/gtksourceview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourceview.c b/gtksourceview/gtksourceview.c
index 13c4b5e..ba712c6 100644
--- a/gtksourceview/gtksourceview.c
+++ b/gtksourceview/gtksourceview.c
@@ -83,7 +83,7 @@
 #define MAX_INDENT_WIDTH		32
 
 #define DEFAULT_RIGHT_MARGIN_POSITION	80
-#define MAX_RIGHT_MARGIN_POSITION	200
+#define MAX_RIGHT_MARGIN_POSITION	1000
 
 #define RIGHT_MARING_LINE_ALPHA		40
 #define RIGHT_MARING_OVERLAY_ALPHA	15



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]