diff options
| author | Peter Penz <[email protected]> | 2008-03-16 02:40:01 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-16 02:40:01 +0000 |
| commit | 0d3e896d3a163730409cc56fcf576526879150f9 (patch) | |
| tree | 66e468044a1c6b449fc8272be85e0a15ddc4e97d /src | |
| parent | 2b8772807fb862895c00762fb5b246ed78b663fc (diff) | |
use different icon but with correct size for the information panel when selecting files
svn path=/trunk/KDE/kdebase/apps/; revision=786081
Diffstat (limited to 'src')
| -rw-r--r-- | src/infosidebarpage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index 785d650d1..d5aebe8b2 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -197,9 +197,9 @@ void InfoSidebarPage::showItemInfo() const int itemCount = selectedItems.count(); if (itemCount > 1) { KIconLoader iconLoader; - QPixmap icon = iconLoader.loadIcon("system-run", + QPixmap icon = iconLoader.loadIcon("dialog-information", KIconLoader::NoGroup, - m_preview->width()); + KIconLoader::SizeEnormous); m_preview->setPixmap(icon); m_nameLabel->setText(i18ncp("@info", "%1 item selected", "%1 items selected", selectedItems.count())); } else if (!applyPlace(file)) { |
