mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Make both columns bold in the API Inspector view
This commit is contained in:
@@ -148,7 +148,11 @@ void APIInspector::fillAPIView()
|
||||
|
||||
if(ev.eventID == draw->eventID)
|
||||
{
|
||||
QFont font = root->font(1);
|
||||
QFont font = root->font(0);
|
||||
font.setBold(true);
|
||||
root->setFont(0, font);
|
||||
|
||||
font = root->font(1);
|
||||
font.setBold(true);
|
||||
root->setFont(1, font);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user