diff --git a/qt/OpenRGBSystemInfoPage.cpp b/qt/OpenRGBSystemInfoPage.cpp index 597aa7dcc..e31b28a14 100644 --- a/qt/OpenRGBSystemInfoPage.cpp +++ b/qt/OpenRGBSystemInfoPage.cpp @@ -10,6 +10,13 @@ OpenRGBSystemInfoPage::OpenRGBSystemInfoPage(std::vector& { ui->setupUi(this); + /*-----------------------------------------------------*\ + | Use a monospace font for the text box | + \*-----------------------------------------------------*/ + QFont MonoFont("monospace"); + MonoFont.setStyleHint(QFont::Monospace); + ui->SMBusDataText->setFont(MonoFont); + /*-----------------------------------------------------*\ | Fill in the combo boxes with device information | \*-----------------------------------------------------*/