1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

* Try using QPalette::BrightText to make sure the text is always visible.

This commit is contained in:
Christian Muehlhaeuser
2012-06-16 12:30:52 +02:00
parent 3b5ca53539
commit c15e4062b2

View File

@@ -54,7 +54,7 @@ SocialWidget::SocialWidget( QWidget* parent )
setFont( f );
#endif
ui->charsLeftLabel->setForegroundRole( QPalette::HighlightedText );
ui->charsLeftLabel->setForegroundRole( QPalette::BrightText );
ui->buttonBox->button( QDialogButtonBox::Ok )->setText( tr( "Tweet" ) );