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
1 changed files with 1 additions and 1 deletions

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);