1
0
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:
Jason Herskowitz
2014-09-26 09:21:06 -04:00
parent 80b57711ba
commit 1b75fc27ec
2 changed files with 68 additions and 9 deletions

View File

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