diff --git a/src/libtomahawk/widgets/CaptionLabel.cpp b/src/libtomahawk/widgets/CaptionLabel.cpp index 09be33fee..109e0f4cb 100644 --- a/src/libtomahawk/widgets/CaptionLabel.cpp +++ b/src/libtomahawk/widgets/CaptionLabel.cpp @@ -34,7 +34,7 @@ CaptionLabel::CaptionLabel( QWidget* parent ) f.setPointSize( 10 ); setFont( f ); - setFixedHeight( TomahawkUtils::defaultFontHeight() * 1.4 ); + setFixedHeight( QFontMetrics( f ).height() + 12 ); setMouseTracking( true ); setShowCloseButton( m_showCloseButton );