mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Remove bottom label of steering controls. Changes now take effect on clicking the apply button.
This commit is contained in:
@@ -172,7 +172,7 @@ DynamicPlaylist::createNewRevision( const QString& newUuid )
|
|||||||
}
|
}
|
||||||
else if( mode() == OnDemand )
|
else if( mode() == OnDemand )
|
||||||
{
|
{
|
||||||
createNewRevision( newUuid.isEmpty() ? uuid() : newUuid, currentrevision(), type(), generator()->controls());
|
createNewRevision( newUuid.isEmpty() ? uuid() : newUuid, currentrevision(), type(), generator()->controls() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -60,10 +60,10 @@ EchonestSteerer::EchonestSteerer( QWidget* parent )
|
|||||||
f.setBold( true );
|
f.setBold( true );
|
||||||
m_steerTop->setFont( f );
|
m_steerTop->setFont( f );
|
||||||
m_textL->addWidget( m_steerTop );
|
m_textL->addWidget( m_steerTop );
|
||||||
m_steerBottom = new QLabel( tr( "Takes effect on track change" ), this );
|
// m_steerBottom = new QLabel( tr( "Takes effect on track change" ), this );
|
||||||
f.setPointSize( f.pointSize() - 3 );
|
// f.setPointSize( f.pointSize() - 3 );
|
||||||
m_steerBottom->setFont( f );
|
// m_steerBottom->setFont( f );
|
||||||
m_textL->addWidget( m_steerBottom );
|
// m_textL->addWidget( m_steerBottom );
|
||||||
|
|
||||||
m_layout->addLayout( m_textL, 1 );
|
m_layout->addLayout( m_textL, 1 );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user