Skip to content

Commit 4913a54

Browse files
Draw line in commit view at 72 characters
There's only one header line, but there can be many content lines. So it makes more sense to show the limit for the content.
1 parent 14e6876 commit 4913a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PBGitDefaults.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import "PBGitDefaults.h"
1010

11-
#define kDefaultVerticalLineLength 50
11+
#define kDefaultVerticalLineLength 72
1212
#define kCommitMessageViewVerticalLineLength @"PBCommitMessageViewVerticalLineLength"
1313
#define kEnableGist @"PBEnableGist"
1414
#define kEnableGravatar @"PBEnableGravatar"

0 commit comments

Comments
 (0)