SVN commit 805852 by annma: sane start size M +1 -1 frame.cpp --- trunk/extragear/plasma/applets/frame/frame.cpp #805851:805852 @@ -60,7 +60,7 @@ setAcceptDrops(true); setAcceptsHoverEvents(true); setCacheMode(QGraphicsItem::NoCache); - resize(350, 350); + resize(350, 350*800/1280); m_mySlideShow = new SlideShow(); }