From 8269dc8613d945cb7f6bd353dbf64929ae2fdcfe Mon Sep 17 00:00:00 2001 From: Mark Furneaux Date: Thu, 15 May 2014 18:39:08 -0400 Subject: [PATCH] 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. --- src/widgets/nowplayingwidget.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/widgets/nowplayingwidget.cpp b/src/widgets/nowplayingwidget.cpp index d2b398427..e1dc885a3 100644 --- a/src/widgets/nowplayingwidget.cpp +++ b/src/widgets/nowplayingwidget.cpp @@ -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 {"