SVN commit 778749 by annma: have to revert previous commit as the pic gets smaller and smaller... have to setContentSize() another way... M +1 -3 frame.cpp --- trunk/extragear/plasma/applets/frame/frame.cpp #778748:778749 @@ -253,9 +253,7 @@ const QSize &contentsSize) { Q_UNUSED(option); - - m_pixmapCache = QPixmap::fromImage(m_picture).scaled(contentsSize, Qt::KeepAspectRatio, Qt::FastTransformation); - setContentSize(m_pixmapCache.rect().size()); + m_pixmapCache = QPixmap(contentsSize); m_pixmapCache.fill(Qt::transparent);