mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +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 = new QPushButton( this );
|
||||||
m_refreshButton->setFlat( true );
|
m_refreshButton->setFlat( true );
|
||||||
|
m_refreshButton->setStyleSheet( "QPushButton { border: 0px; background: transparent; }" );
|
||||||
QHBoxLayout* descLayout = new QHBoxLayout;
|
QHBoxLayout* descLayout = new QHBoxLayout;
|
||||||
m_verticalLayout->insertLayout( m_verticalLayout->indexOf( m_descriptionLabel ),
|
m_verticalLayout->insertLayout( m_verticalLayout->indexOf( m_descriptionLabel ),
|
||||||
descLayout );
|
descLayout );
|
||||||
|
Reference in New Issue
Block a user