Fixed typo

This commit is contained in:
Bjørnar Grip Fjær 2017-03-29 11:22:04 +02:00
parent ceec6cb9ec
commit e998f09250

View File

@ -79,6 +79,6 @@ void RiuResultInfoPanel::convertStringToHTML(QString* str)
//--------------------------------------------------------------------------------------------------
QSize RiuResultInfoPanel::sizeHint () const
{
// As small as possible fow now
// As small as possible for now
return QSize(20, 20);
}