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

svn path=/trunk/KDE/kdegraphics/okular/; revision=746435
remotes/origin/KDE/4.0
Eike Hein 19 years ago
parent 6546e208d9
commit 15d9622755
  1. 2
      ui/thumbnaillist.cpp

@ -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 )

Loading…
Cancel
Save