Revert my last commit, as the problem it tried to fix appears to be confined to the Oxygen engine.

svn path=/trunk/KDE/kdegraphics/okular/; revision=746440
This commit is contained in:
Eike Hein 2007-12-09 00:45:13 +00:00
parent 15d9622755
commit 317c2ebc04

View file

@ -429,7 +429,7 @@ void ThumbnailList::viewportResizeEvent( QResizeEvent * e )
delayedRequestVisiblePixmaps( 2000 );
// resize and reposition items
int newWidth = contentsRect().width();
int newWidth = contentsRect().width() - verticalScrollBar()->width();
int newHeight = 0;
QVector<ThumbnailWidget *>::const_iterator tIt = m_thumbnails.begin(), tEnd = m_thumbnails.end();
for ( ; tIt != tEnd; ++tIt )