mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
* Call setVisible on the lineEdit... just to be sure.
This commit is contained in:
@@ -246,6 +246,7 @@ TomahawkWindow::setupToolBar()
|
|||||||
MacLineEdit* lineEdit = new MacLineEdit( m_searchBox );
|
MacLineEdit* lineEdit = new MacLineEdit( m_searchBox );
|
||||||
lineEdit->setFixedSize( 256, 28 );
|
lineEdit->setFixedSize( 256, 28 );
|
||||||
lineEdit->set_hint( tr( "Search" ) );
|
lineEdit->set_hint( tr( "Search" ) );
|
||||||
|
lineEdit->setVisible( true );
|
||||||
m_searchBox->layout()->addWidget( lineEdit );
|
m_searchBox->layout()->addWidget( lineEdit );
|
||||||
|
|
||||||
connect( lineEdit, SIGNAL( textChanged( QString ) ), SLOT( onSearch( QString ) ) );
|
connect( lineEdit, SIGNAL( textChanged( QString ) ), SLOT( onSearch( QString ) ) );
|
||||||
|
Reference in New Issue
Block a user