Skip to content

Commit 8d8a14a

Browse files
committed
Expand bubble size by 50%.
llvm-svn: 58111
1 parent 6e09d8f commit 8d8a14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/HTMLDiagnostics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ void HTMLDiagnostics::HandlePiece(Rewriter& R, unsigned BugFileID,
403403

404404
// Next, determine the approximate size of the message bubble in em.
405405
unsigned em;
406-
const unsigned max_line = 80;
406+
const unsigned max_line = 120;
407407

408408
if (max_token >= max_line)
409409
em = max_token / 2;

0 commit comments

Comments
 (0)