mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 16:06:31 +00:00
Fix some style issues with new Qt versions
This commit is contained in:
@@ -240,7 +240,7 @@ struct RichResourceText
|
||||
{
|
||||
QString resname = GetTruncatedResourceName(ctx, v.value<ResourceId>()).toHtmlEscaped();
|
||||
html += lit("<td valign=\"middle\"><b>%1</b></td>"
|
||||
"<td><img width=\"16\" src=':/link%3.png'></td>")
|
||||
"<td valign=\"middle\"><img width=\"16\" src=':/link%3.png'></td>")
|
||||
.arg(resname)
|
||||
.arg(highdpi ? lit("@2x") : QString());
|
||||
text += resname;
|
||||
|
||||
Reference in New Issue
Block a user