From: Peter Penz Date: Fri, 2 Jan 2009 17:26:12 +0000 (+0000) Subject: don't cache the preview of the information sidebar, as this restricts the maximum... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/64059e50831b05c5a11e4550afeebdd3420045d1 don't cache the preview of the information sidebar, as this restricts the maximum size to 256 x 256 pixels svn path=/trunk/KDE/kdebase/apps/; revision=904639 --- diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index 8298f8da6..de9be1164 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -215,7 +215,7 @@ void InfoSidebarPage::showItemInfo() m_preview->height(), 0, 0, - true, + false, true); connect(job, SIGNAL(gotPreview(const KFileItem&, const QPixmap&)),