[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeextragear-1/amarok/src/statusbar
From:       Mark Kretschmann <markey () web ! de>
Date:       2005-02-15 22:38:16
Message-ID: 20050215223816.BED6C1C9E1 () office ! kde ! org
[Download RAW message or body]

CVS commit by markey: 

Make large icons in tooltip work for everyone.


  M +1 -1      toggleLabel.h   1.4


--- kdeextragear-1/amarok/src/statusbar/toggleLabel.h  #1.3:1.4
@@ -54,5 +54,5 @@ public:
         tip += action->isChecked() ? i18n("%2: on") : i18n("%2: off");
         tip += "&nbsp;";
-        const QString path = KGlobal::iconLoader()->iconPath( action->icon(), KIcon::Desktop );
+        const QString path = KGlobal::iconLoader()->iconPath( action->icon(), -KIcon::SizeHuge );
 
         QToolTip::add( this, tip.arg( path ).arg( action->text().remove('&') ) );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic