1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 00:30:04 +02:00

Update Tweet icon

This commit is contained in:
Jason Herskowitz
2012-12-18 11:35:12 -05:00
parent 788b7efedc
commit 7656f25b89
3 changed files with 16 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ SocialWidget::SocialWidget( QWidget* parent )
ui->charsLeftLabel->setForegroundRole( QPalette::Text );
ui->charsLeftLabel->setStyleSheet( "text: black" );
ui->buttonBox->button( QDialogButtonBox::Ok )->setText( tr( "Tweet" ) );
ui->buttonBox->button( QDialogButtonBox::Ok )->setIcon( ImageRegistry::instance()->icon( RESPATH "images/ok.svg" ) );
ui->buttonBox->button( QDialogButtonBox::Ok )->setIcon( ImageRegistry::instance()->icon( RESPATH "images/tweet.svg" ) );
ui->buttonBox->button( QDialogButtonBox::Cancel )->setIcon( ImageRegistry::instance()->icon( RESPATH "images/cancel.svg" ) );
ui->textEdit->setStyleSheet( "border: 1px solid " + TomahawkUtils::Colors::BORDER_LINE.name() );

View File

@@ -74,7 +74,7 @@ GridView::GridView( QWidget* parent )
setVerticalScrollMode( QAbstractItemView::ScrollPerPixel );
setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOn );
setStyleSheet( "QListView { background-color: #393840; }" );
setStyleSheet( "QListView { background-color: #272b2e; }" );
setAutoFitItems( true );
setAutoResize( false );