1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +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 ); setFont( f );
#endif #endif
ui->charsLeftLabel->setForegroundRole( QPalette::HighlightedText ); ui->charsLeftLabel->setForegroundRole( QPalette::BrightText );
ui->buttonBox->button( QDialogButtonBox::Ok )->setText( tr( "Tweet" ) ); ui->buttonBox->button( QDialogButtonBox::Ok )->setText( tr( "Tweet" ) );