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:
parent
68f2802214
commit
b61ee3ff1a
@ -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; }"
|
||||
|
@ -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() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user