mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Respect font scale for fixed-width fonts
This commit is contained in:
@@ -290,7 +290,7 @@ LogView::LogView(ICaptureContext &ctx, QWidget *parent)
|
||||
|
||||
ui->messages->setMouseTracking(true);
|
||||
|
||||
ui->messages->setFont(QFontDatabase::systemFont(QFontDatabase::FixedFont));
|
||||
ui->messages->setFont(Formatter::FixedFont());
|
||||
|
||||
m_TypeModel = new QStandardItemModel(0, 1, this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user