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:
parent
452c5b7cce
commit
2fd4f47a4a
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user