1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 11:51:44 +02:00

* Style fix.

This commit is contained in:
Christian Muehlhaeuser
2014-08-27 21:26:00 +02:00
parent 1136126f04
commit 7bc80c0c1b

View File

@@ -501,8 +501,8 @@ ArtistInfoWidget::onSliderValueChanged( int value )
const int midPoint = m_area->viewport()->size().height() / 2;
const bool bio = ( ( ui->biographyLabel->mapTo( m_widget, QPoint( 0, 0 ) ).y() - 32 ) - value ) < midPoint ;
const bool ra = ( ( ui->relatedArtistsLabel->mapTo( m_widget, QPoint( 0, 0 ) ).y() - 32 ) - value ) < midPoint;
const float lowOpacity = 0.8;
const float lowOpacity = 0.8;
QFont inactive = m_headerWidget->ui->anchor1Label->font();
inactive.setBold( false );
QFont active = m_headerWidget->ui->anchor1Label->font();