1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

Add stylesheet to refresh scriptcollection button.

This commit is contained in:
Teo Mrnjavac
2013-02-25 19:15:12 +01:00
parent b4eee71224
commit 45f268e040

View File

@@ -29,6 +29,7 @@ ScriptCollectionHeader::ScriptCollectionHeader( QWidget* parent )
{
m_refreshButton = new QPushButton( this );
m_refreshButton->setFlat( true );
m_refreshButton->setStyleSheet( "QPushButton { border: 0px; background: transparent; }" );
QHBoxLayout* descLayout = new QHBoxLayout;
m_verticalLayout->insertLayout( m_verticalLayout->indexOf( m_descriptionLabel ),
descLayout );