mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-27 15:50:40 +02:00
Clarify station controls a bit and better teach and prompt people to hide the all the sliders
This commit is contained in:
@@ -81,7 +81,7 @@ DynamicControlList::init()
|
||||
m_collapseLayout->setContentsMargins( 0, 0, 0, 0 );
|
||||
m_collapseLayout->setMargin( 0 );
|
||||
m_collapseLayout->setSpacing( 0 );
|
||||
m_collapse = new QPushButton( tr( "Click to collapse" ), this );
|
||||
m_collapse = new QPushButton( tr( "Save Station Settings" ), this );
|
||||
m_collapse->setAttribute( Qt::WA_LayoutUsesWidgetRect );
|
||||
m_collapseLayout->addWidget( m_collapse );
|
||||
m_addControl = new QToolButton( this );
|
||||
|
Reference in New Issue
Block a user