mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-21 13:04:42 +01:00
parent
7f8834cb04
commit
b5d39c5f21
@ -46,7 +46,6 @@
|
||||
<file>pictures/rainbowdash.png</file>
|
||||
<file>pictures/star-on.png</file>
|
||||
<file>pictures/star-off.png</file>
|
||||
<file>fonts/HumongousofEternitySt.ttf</file>
|
||||
<file>mood/sample.mood</file>
|
||||
<file>text/ghosts.txt</file>
|
||||
</qresource>
|
||||
|
Binary file not shown.
@ -286,8 +286,6 @@ ContextView::ContextView(QWidget *parent)
|
||||
|
||||
labels_play_all_ = labels_play_ << labels_play_data_;
|
||||
|
||||
QFontDatabase::addApplicationFont(":/fonts/HumongousofEternitySt.ttf");
|
||||
|
||||
QObject::connect(widget_album_, &ContextAlbum::FadeStopFinished, this, &ContextView::FadeStopFinished);
|
||||
|
||||
}
|
||||
@ -458,7 +456,7 @@ void ContextView::NoSong() {
|
||||
widget_album_->show();
|
||||
}
|
||||
|
||||
label_top_->setStyleSheet("font: 20pt \"Humongous of Eternity St\"; font-weight: Regular;");
|
||||
label_top_->setStyleSheet("font: 20pt \"Liberation Serif\"; font-weight: Regular;");
|
||||
|
||||
label_top_->setText(tr("No song playing"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user