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:
@@ -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" ) );
|
||||
|
||||
|
Reference in New Issue
Block a user