1
0
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:
Leo Franchi
2011-02-08 23:31:36 -05:00
parent d224fde933
commit f2b324e4a9

View File

@@ -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