1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 22:38:33 +01: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

14
data/images/tweet.svg Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="70px" height="70px" viewBox="0 0 70 70" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<title>tweet</title>
<description>Created with Sketch (http://www.bohemiancoding.com/sketch)</description>
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="173.920641%" id="linearGradient-1">
<stop stop-color="rgb(123,125,121)" offset="0%"></stop>
<stop stop-color="rgb(0,0,0)" offset="100%"></stop>
</linearGradient>
</defs>
<g id="Page 1" fill="rgb(215,215,215)" fill-rule="evenodd">
<path d="M52.9557803,48.4967308 C52.9157159,48.5172758 52.8743591,48.5622182 52.8330022,48.6020243 C50.4019965,50.7541207 47.5457909,51.7826584 44.2618008,51.659388 L44.1609936,51.8802475 C44.181672,51.8995085 44.2023504,51.8995085 44.2217364,51.8995085 C47.2007201,52.5466784 48.9635545,53.211825 49.4895619,53.9334708 C49.6730828,54.5177213 49.4507899,54.838738 48.8007124,54.9196343 C47.3015272,54.7385808 45.9238281,54.4381089 44.6882932,53.9745606 C46.2495129,54.919634 46.8556493,55.5847809 46.5118703,55.9276271 C44.9713288,55.8878208 43.3105941,55.1404935 41.5658533,53.6702367 C42.2146382,54.71932 42.4589021,55.283025 42.297352,55.3831823 C41.4663376,54.8387382 40.7361318,54.2544877 40.1093179,53.632999 C38.7910685,52.2436384 37.7377625,50.9544352 36.9274262,49.785934 L36.8860694,49.6857768 C34.8001347,46.4858815 33.3410142,43.2654415 32.4686438,39.9820818 L32.1455437,39.7393931 L32.0860932,39.6816101 C30.8285873,41.1711278 29.3294027,42.417957 27.5265034,43.4285178 C25.3992118,44.7344139 22.9061708,45.9838112 20.0279945,47.1895501 C16.8887533,48.720158 13.7068629,49.9888163 10.4849079,50.9749797 C10.4655219,47.5709179 12.2270641,44.8551163 15.733347,42.881505 L15.733347,42.8211539 C14.4965195,42.8442671 13.3010489,42.6606455 12.1469349,42.3165155 C12.3692278,39.1577105 14.7407831,36.9825012 19.2383375,35.776762 L19.2176591,35.7164109 C17.4548246,35.814 15.9957041,35.2297495 14.8609763,34.0240105 C16.3407751,31.2850956 18.9540094,29.9779152 22.7446205,30.0780725 C21.9937357,29.7146815 21.4069858,29.3153367 21.0218504,28.8697654 C20.3330008,28.1853577 20.1094155,27.3776796 20.3330008,26.4544352 C21.143336,25.0650746 22.6024565,24.4230411 24.7504264,24.5206302 L24.8719121,24.3806668 L24.8111692,24.3203157 C21.1032717,20.6966784 16.625103,19.0659133 11.3753717,19.4074751 L11.2952428,19.366385 C8.09396627,19.3894982 4.6703969,20.8366418 0.962499336,23.7360654 C4.68978304,18.6652847 9.63321579,15.0005571 15.754025,12.7033611 C22.7640061,10.5088905 29.7752802,10.3483821 36.7658749,12.221836 L36.8860681,12.221836 C43.6750487,14.0747447 49.4288169,17.8794356 54.1693429,23.635908 C56.3586697,26.6547498 57.7363688,29.53106 58.2843468,32.2930883 C61.8294019,32.172386 64.3831855,33.1380045 65.9624993,35.1899437 L65.9237273,35.252863 C64.7476426,34.85095 62.4381226,34.9690842 59.0132606,35.6329468 L59.0132606,35.9976219 C59.0132606,36.0143148 59.0132606,36.0143148 59.033939,35.9976219 C62.7831935,36.3982508 64.9919064,37.5449228 65.7001418,39.4402057 C63.0856168,38.472019 60.5124474,38.4553261 57.9586635,39.3580253 C57.4946917,42.7004521 55.8339567,45.7411229 52.9557803,48.4967308" id="path432" fill="url(#linearGradient-1)" transform="translate(33.462499, 33.427627) scale(1, -1) translate(-33.462499, -33.427627)"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

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 );