mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 11:04:01 +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;
|
||||
|
||||
overlay()->setText( QString( "%1:\n\n%2" ).arg( m_title, m_body ) );
|
||||
overlay()->show( 5 );
|
||||
overlay()->show( 10 );
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user