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