diff options
| -rw-r--r-- | src/ViewStyle.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 56d15d3e5..292ed01ec 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -103,7 +103,7 @@ public:  	/// Margins are ordered: Line Numbers, Selection Margin, Spacing Margin  	enum { margins=5 };  	int leftMarginWidth;	///< Spacing margin on left of text -	int rightMarginWidth;	///< Spacing margin on left of text +	int rightMarginWidth;	///< Spacing margin on right of text  	int maskInLine;	///< Mask for markers to be put into text because there is nowhere for them to go in margin  	MarginStyle ms[margins];  	int fixedColumnWidth; | 
