indentation fixed

This commit is contained in:
Uwe Rathmann 2019-05-10 07:57:25 +02:00
parent f5fa8d6fa3
commit f9a71be21c

View File

@ -251,7 +251,7 @@ QRectF QskLayoutBox::alignedLayoutRect( const QRectF& rect ) const
QSizeF QskLayoutBox::contentsSizeHint() const
{
if ( !isActive() )
if ( !isActive() )
return QSizeF( -1, -1 );
if ( itemCount() == 0 )
@ -262,7 +262,7 @@ QSizeF QskLayoutBox::contentsSizeHint() const
QSizeF QskLayoutBox::layoutItemsSizeHint() const
{
return engine().sizeHint( Qt::PreferredSize );
return engine().sizeHint( Qt::PreferredSize, QSizeF() );
}
qreal QskLayoutBox::heightForWidth( qreal width ) const