From 64059e50831b05c5a11e4550afeebdd3420045d1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 2 Jan 2009 17:26:12 +0000 Subject: [PATCH] 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 --- src/infosidebarpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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&)), -- 2.47.3