mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-15 05:22:35 +02:00
Less text. Simplify.
This commit is contained in:
parent
0250c14463
commit
aa02fdb01f
@ -319,7 +319,7 @@ TomahawkWindow::setupToolBar()
|
||||
m_toolbar->addWidget( toolbarLeftSpacer )->setProperty( "kind", QString( "spacer" ) );
|
||||
|
||||
m_searchWidget = new QSearchField( this );
|
||||
m_searchWidget->setPlaceholderText( tr( "Search for any artist, album or song..." ) );
|
||||
m_searchWidget->setPlaceholderText( tr( "Search" ) );
|
||||
m_searchWidget->setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Preferred );
|
||||
m_searchWidget->setFixedWidth( scaledX( 340 ) );
|
||||
connect( m_searchWidget, SIGNAL( returnPressed() ), SLOT( onFilterEdited() ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user