Use monospace font in system information box
This commit is contained in:
parent
b06f384350
commit
e0018b23aa
1 changed files with 7 additions and 0 deletions
|
|
@ -10,6 +10,13 @@ OpenRGBSystemInfoPage::OpenRGBSystemInfoPage(std::vector<i2c_smbus_interface *>&
|
|||
{
|
||||
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 |
|
||||
\*-----------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue