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