mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Implement the UI option for preferring monospaced font
This commit is contained in:
@@ -64,6 +64,10 @@ EventBrowser::EventBrowser(ICaptureContext &ctx, QWidget *parent)
|
||||
|
||||
clearBookmarks();
|
||||
|
||||
ui->jumpToEID->setFont(Formatter::PreferredFont());
|
||||
ui->find->setFont(Formatter::PreferredFont());
|
||||
ui->events->setFont(Formatter::PreferredFont());
|
||||
|
||||
ui->events->setColumns(
|
||||
{tr("Name"), lit("EID"), lit("Duration - replaced in UpdateDurationColumn")});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user