mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-19 04:50:16 +01:00
Merge pull request #4125 from Fitoschido/patch-1
Remove font customizations. Fixes #4082
This commit is contained in:
commit
cfb8fc8fbc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user