Remove font customizations

* Should respect whatever font the user has set.
  (“Respect the user’s settings by always using the system font, sizes, and colors.” http://msdn.microsoft.com/en-us/library/windows/desktop/aa511282.aspx)
* Courier looks odd and thin (a11y issue #4082).
This commit is contained in:
Adolfo Jayme Barrientos 2014-01-17 11:44:08 -06:00
parent bf35df140a
commit 9642896af6
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ TrackSlider::TrackSlider(QWidget* parent)
{
ui_->setupUi(this);
QFont font("Courier");
ui_->elapsed->setFont(font);
ui_->remaining->setFont(font);
UpdateLabelWidth();
// Load settings