Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'v0-8' into v1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Preisler committed Aug 21, 2015
2 parents 3d77252 + a794af4 commit efe8fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiagnosticsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void DiagnosticsDialog::pushMessage(MessageSeverity severity, const QString& ful

std::cerr << stime << " | " << strSeverity.toUtf8().constData() << " | " << fullMessage.toUtf8().constData() << std::endl;
mUI.messages->append(
QString("<table><tr><td><pre>%1 </pre></td><td style=\"background: %2\"><pre>%3 </pre></td><td>%4</td></tr></table>\n")
QString("<table><tr><td style=\"padding:5px 0px 0px 5px\"><pre>%1 </pre></td><td style=\"background: %2; padding:5px\"><pre>%3 </pre></td><td>%4</td></tr></table>\n")
.arg(stime, bgCol, strSeverity, fullMessage)
);
}
Expand Down

0 comments on commit efe8fc2

Please sign in to comment.