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:
parent
971b8ea137
commit
8269dc8613
@ -268,7 +268,10 @@ void NowPlayingWidget::UpdateDetailsText() {
|
|||||||
case LargeSongDetailsBelow:
|
case LargeSongDetailsBelow:
|
||||||
details_->setTextWidth(cover_loader_options_.desired_height_);
|
details_->setTextWidth(cover_loader_options_.desired_height_);
|
||||||
if (fit_width_) {
|
if (fit_width_) {
|
||||||
details_->setDefaultStyleSheet("");
|
details_->setDefaultStyleSheet(
|
||||||
|
"p {"
|
||||||
|
" font-size: small;"
|
||||||
|
"}");
|
||||||
} else {
|
} else {
|
||||||
details_->setDefaultStyleSheet(
|
details_->setDefaultStyleSheet(
|
||||||
"p {"
|
"p {"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user