mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 13:30:44 +00:00
Implement the UI option for preferring monospaced font
This commit is contained in:
@@ -80,6 +80,10 @@ RemoteManager::RemoteManager(ICaptureContext &ctx, MainWindow *main)
|
||||
|
||||
m_ExternalRef.release(1);
|
||||
|
||||
ui->hosts->setFont(Formatter::PreferredFont());
|
||||
ui->hostname->setFont(Formatter::PreferredFont());
|
||||
ui->runCommand->setFont(Formatter::PreferredFont());
|
||||
|
||||
ui->hosts->setColumns({tr("Hostname"), tr("Running")});
|
||||
|
||||
ui->hosts->header()->setSectionResizeMode(0, QHeaderView::Stretch);
|
||||
|
||||
Reference in New Issue
Block a user