Set text size on now playing widget

In removing the background colour I accidentally removed the text size style.
This edit re-adds it so the size is uniform against all modes.
This commit is contained in:
Mark Furneaux 2014-05-15 18:39:08 -04:00
parent 971b8ea137
commit 8269dc8613
1 changed files with 4 additions and 1 deletions

View File

@ -268,7 +268,10 @@ void NowPlayingWidget::UpdateDetailsText() {
case LargeSongDetailsBelow:
details_->setTextWidth(cover_loader_options_.desired_height_);
if (fit_width_) {
details_->setDefaultStyleSheet("");
details_->setDefaultStyleSheet(
"p {"
" font-size: small;"
"}");
} else {
details_->setDefaultStyleSheet(
"p {"