mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 09:49:42 +01:00
SocialWidget textEdit border color consistency with AccountWidget
This commit is contained in:
parent
ae939623eb
commit
4d3ec24b61
@ -62,7 +62,7 @@ SocialWidget::SocialWidget( QWidget* parent )
|
||||
ui->buttonBox->button( QDialogButtonBox::Ok )->setIcon( QIcon( RESPATH "images/ok.png" ) );
|
||||
ui->buttonBox->button( QDialogButtonBox::Cancel )->setIcon( QIcon( RESPATH "images/cancel.png" ) );
|
||||
|
||||
ui->textEdit->setStyleSheet( "border: 1px solid #000000;" );
|
||||
ui->textEdit->setStyleSheet( "border: 1px solid #8c8c8c;" );
|
||||
|
||||
m_parent->installEventFilter( this );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user