1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-19 04:50:16 +01:00

Merge pull request #4094 from Tatsh/playback-counter-font

Revert "Update playback counter font."
This commit is contained in:
ArnaudBienner 2014-01-17 05:01:30 -08:00
commit bf35df140a

View File

@ -38,7 +38,7 @@ TrackSlider::TrackSlider(QWidget* parent)
{
ui_->setupUi(this);
QFont font("Comic Sans MS");
QFont font("Courier");
ui_->elapsed->setFont(font);
ui_->remaining->setFont(font);