...ok, use small text? not 100% sure if should use small text or same size...

This commit is contained in:
craig.p.drummond
2014-06-19 19:29:29 +00:00
committed by craig.p.drummond
parent 21d7ac1ccb
commit a354aa5370

View File

@@ -258,8 +258,11 @@ NowPlayingWidget::NowPlayingWidget(QWidget *p)
slider=new PosSlider(this);
time=new TimeLabel(this, slider);
QFont f=track->font();
QFont small=Utils::smallFont(f);
f.setBold(true);
track->setFont(f);
artist->setFont(small);
time->setFont(small);
slider->setOrientation(Qt::Horizontal);
QGridLayout *layout=new QGridLayout(this);
int space=Utils::layoutSpacing(this);