From kde-commits Fri Aug 29 12:16:52 2003 From: Antonio Larrosa =?iso-8859-1?q?Jim=E9nez?= Date: Fri, 29 Aug 2003 12:16:52 +0000 To: kde-commits Subject: Re: kdelibs/kutils X-MARC-Message: https://marc.info/?l=kde-commits&m=106215995607698 El Friday 29 August 2003 13:22, Nadeem Hasan escribió: > Quoting Matthias Kretz : > > CVS commit by mkretz: > > + item->setPixmap( 0, KGlobal::iconLoader()->loadIcon( > > ( *it )->icon(), KIcon::Small ) ); > > item->setPixmap(0, SmallIcon((*it)->icon())); Yes, and depending on what is it used for (I didn't check), maybe item->setPixmap(0, SmallIcon((*it)->icon(), IconSize(KIcon::Small))); is needed to force all the icons be of the same size. Greetings, -- Antonio Larrosa Jimenez KDE developer - larrosa@kde.org http://developer.kde.org/~larrosa/ With a rubber duck,one's never alone --The Hitchhiker's Guide to the Galaxy