diff options
| author | Peter Penz <[email protected]> | 2009-01-02 17:26:12 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-02 17:26:12 +0000 |
| commit | 64059e50831b05c5a11e4550afeebdd3420045d1 (patch) | |
| tree | f3de896913236dd699836504d6c1fafe906ef52b /src | |
| parent | c6dbe9a31d53da7cec31e73371e9ccdf9e9898a4 (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/infosidebarpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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&)), |
