1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 01:39:42 +01:00

* Set font weight on AudioControls.

This commit is contained in:
Christian Muehlhaeuser 2012-12-07 18:09:04 +01:00
parent 452c5b7cce
commit 2fd4f47a4a

View File

@ -38,6 +38,7 @@
#include <QDropEvent>
#include <QMouseEvent>
#include <QDesktopServices>
#include <QGraphicsDropShadowEffect>
const static int ALLOWED_MAX_DIVERSION = 300;
@ -57,6 +58,7 @@ AudioControls::AudioControls( QWidget* parent )
QFont font( ui->artistTrackLabel->font() );
font.setPointSize( TomahawkUtils::defaultFontSize() );
font.setWeight( QFont::Normal );
ui->artistTrackLabel->setFont( font );
ui->artistTrackLabel->setElideMode( Qt::ElideMiddle );