Commit ed8fa003 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

s/Buffering/Buff: this was too long and resized the timeLabel too much.

parent 40352944
......@@ -501,7 +501,7 @@ void TimeLabel::setCaching( float f_cache )
QString amount;
amount.setNum( (int)(100 * f_cache) );
msg_Dbg( p_intf, "New caching: %d", (int)(100*f_cache));
setText( "Buffering " + amount + "%" );
setText( "Buff: " + amount + "%" );
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment