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

List:       kde-commits
Subject:    kdebase/konqueror
From:       Stephan Binner <binner () kde ! org>
Date:       2005-04-04 18:01:25
Message-ID: 20050404180125.22F7C63E () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

"tab loading" color calculation


  M +3 -1      konq_viewmgr.cc   1.281


--- kdebase/konqueror/konq_viewmgr.cc  #1.280:1.281
@@ -1746,5 +1746,7 @@ void KonqViewManager::setLoading( KonqVi
     KonqFrameTabs* konqframetabs = static_cast<KonqFrameTabs*>( parentContainer );
     if ( loading )
-      color = KGlobalSettings::inactiveTextColor();
+      color = QColor( (KGlobalSettings::linkColor().red()  + \
KGlobalSettings::inactiveTextColor().red())/2, +                      \
(KGlobalSettings::linkColor().green()+ \
KGlobalSettings::inactiveTextColor().green())/2, +                      \
(KGlobalSettings::linkColor().blue() + KGlobalSettings::inactiveTextColor().blue())/2 \
);  else
     {


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

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