1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 20:41:58 +02:00

* Disable lyrics for 0.5. Sigh.

This commit is contained in:
Christian Muehlhaeuser 2012-06-21 21:36:36 +02:00
parent 68f2802214
commit b61ee3ff1a
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
TomahawkUtils::styleScrollBar( ui->albums->horizontalScrollBar() );
TomahawkUtils::styleScrollBar( ui->relatedArtists->horizontalScrollBar() );
ui->biography->setStyleSheet( "QTextBrowser { background-color: transparent; }" );
ui->biography->setStyleSheet( "QTextBrowser#biography { background-color: transparent; }" );
ui->albums->setStyleSheet( "QListView { background-color: transparent; }" );
ui->albumFrame->setStyleSheet( "QFrame#albumFrame { background-color: transparent; }"

View File

@ -177,7 +177,7 @@ TrackInfoWidget::load( const query_ptr& query )
m_artist->loadStats();
m_query->loadStats();
m_query->lyrics();
// m_query->lyrics();
onCoverUpdated();
ui->trackLabel->setText( query->track() );