mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Set font used in Active Stations window equal to that in the decoded text windows.
This commit is contained in:
parent
b9b3d1d6f5
commit
bbb280b4f3
@ -1409,6 +1409,9 @@ void MainWindow::setDecodedTextFont (QFont const& font)
|
||||
if (m_contestLogWindow) {
|
||||
m_contestLogWindow->set_log_view_font (font);
|
||||
}
|
||||
if(m_ActiveStationsWidget != NULL) {
|
||||
m_ActiveStationsWidget->changeFont(font);
|
||||
}
|
||||
updateGeometry ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user