mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
* Set black foreground on biography.
This commit is contained in:
@@ -133,6 +133,10 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
|||||||
ui->biography->setOpenLinks( false );
|
ui->biography->setOpenLinks( false );
|
||||||
ui->biography->setOpenExternalLinks( true );
|
ui->biography->setOpenExternalLinks( true );
|
||||||
|
|
||||||
|
QPalette p = ui->biography->palette();
|
||||||
|
p.setColor( QPalette::Foreground, Qt::black );
|
||||||
|
ui->biography->setPalette( p );
|
||||||
|
|
||||||
ui->biography->document()->setDefaultStyleSheet( QString( "a { text-decoration: none; font-weight: bold; color: #000000; }" ) );
|
ui->biography->document()->setDefaultStyleSheet( QString( "a { text-decoration: none; font-weight: bold; color: #000000; }" ) );
|
||||||
TomahawkStyle::stylePageFrame( ui->biography );
|
TomahawkStyle::stylePageFrame( ui->biography );
|
||||||
TomahawkStyle::stylePageFrame( ui->bioFrame );
|
TomahawkStyle::stylePageFrame( ui->bioFrame );
|
||||||
|
Reference in New Issue
Block a user