ContextView: Specify alternative fonts for no song playing
This commit is contained in:
parent
6741f100a1
commit
b1fdccde6e
|
@ -456,7 +456,7 @@ void ContextView::NoSong() {
|
|||
widget_album_->show();
|
||||
}
|
||||
|
||||
label_top_->setStyleSheet("font: 20pt \"Liberation Serif\"; font-weight: Regular;");
|
||||
label_top_->setStyleSheet("font: 20pt 'Open Sans', 'FreeSans', 'FreeSerif', 'Liberation Serif'; font-weight: Regular;");
|
||||
|
||||
label_top_->setText(tr("No song playing"));
|
||||
|
||||
|
|
Loading…
Reference in New Issue