Set spectrum font to Liberation Sans

pull/177/head
f4exb 2018-05-06 17:51:18 +02:00
rodzic b9a19577c7
commit 161d4a5e56
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -53,10 +53,9 @@ DeviceUISet::DeviceUISet(int tabIndex, bool rxElseTx, QTimer& timer)
// m_spectrum needs to have its font to be set since it cannot be inherited from the main window
QFont font;
font.setFamily(QStringLiteral("Sans Serif"));
font.setFamily(QStringLiteral("Liberation Sans"));
font.setPointSize(9);
m_spectrum->setFont(font);
}
DeviceUISet::~DeviceUISet()