Get rid of the superfluous whitepace to the right of the thumbnail widgets.

svn path=/trunk/KDE/kdegraphics/okular/; revision=746435
This commit is contained in:
Eike Hein 2007-12-08 23:26:25 +00:00
parent 6546e208d9
commit 15d9622755

View file

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