forked from qt-creator/qt-creator
Clang: Explicitly add extra space in diagnostic widget
...otherwise the one that is there will be ignored for long diagnostic messages. Change-Id: If9327f40b2af3315941cdb7cdf40d9e44854408b Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -190,7 +190,7 @@ private:
|
||||
const QString text = QString::fromLatin1(
|
||||
"<table cellspacing='0' cellpadding='0'>"
|
||||
" <tr>"
|
||||
" <td>%1: </td>"
|
||||
" <td>%1: </td>"
|
||||
" <td width='100%'>%2</td>"
|
||||
" </tr>"
|
||||
"</table>")
|
||||
|
Reference in New Issue
Block a user