From 8d8a14a3fc509811f7f66b25e3c8eae450be658c Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 24 Oct 2008 21:17:16 +0000 Subject: Expand bubble size by 50%. llvm-svn: 58111 --- clang/lib/Driver/HTMLDiagnostics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Driver') diff --git a/clang/lib/Driver/HTMLDiagnostics.cpp b/clang/lib/Driver/HTMLDiagnostics.cpp index 5a6987dbcbb..9bd62815e89 100644 --- a/clang/lib/Driver/HTMLDiagnostics.cpp +++ b/clang/lib/Driver/HTMLDiagnostics.cpp @@ -403,7 +403,7 @@ void HTMLDiagnostics::HandlePiece(Rewriter& R, unsigned BugFileID, // Next, determine the approximate size of the message bubble in em. unsigned em; - const unsigned max_line = 80; + const unsigned max_line = 120; if (max_token >= max_line) em = max_token / 2; -- cgit v1.2.3