mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
* Try using QPalette::BrightText to make sure the text is always visible.
This commit is contained in:
parent
3b5ca53539
commit
c15e4062b2
@ -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" ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user