mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 19:37:09 +02:00
show text for 10s not 5.
This commit is contained in:
@@ -78,7 +78,7 @@ DynamicView::showMessageTimeout( const QString& title, const QString& body )
|
|||||||
m_body = body;
|
m_body = body;
|
||||||
|
|
||||||
overlay()->setText( QString( "%1:\n\n%2" ).arg( m_title, m_body ) );
|
overlay()->setText( QString( "%1:\n\n%2" ).arg( m_title, m_body ) );
|
||||||
overlay()->show( 5 );
|
overlay()->show( 10 );
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user