wrong aspect fixed
This commit is contained in:
parent
a90648902e
commit
c599dd808d
@ -163,7 +163,7 @@ QSizeF QskListView::contentsSizeHint(
|
||||
if ( m_data->preferredWidthFromColumns )
|
||||
{
|
||||
w = scrollableSize().width();
|
||||
w += metric( QskScrollView::VerticalScrollBar );
|
||||
w += metric( QskScrollView::VerticalScrollBar | QskAspect::Size );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user