From kde-commits Sun Mar 23 04:25:11 2003 From: Jason Keirstead Date: Sun, 23 Mar 2003 04:25:11 +0000 To: kde-commits Subject: kdenonbeta/kopete/libkopete/ui X-MARC-Message: https://marc.info/?l=kde-commits&m=104839356508745 CVS commit by brunes: Changing this color to magenta until we get a color config darkGray is unusable, I cannot even read the text M +2 -2 chatview.cpp 1.219 --- kdenonbeta/kopete/libkopete/ui/chatview.cpp #1.218:1.219 @@ -333,10 +333,10 @@ void ChatView::setTabState( KopeteTabSta case Message: if( m_tabState != Highlighted ) - m_tabBar->setLabelTextColor( this, Qt::red ); + m_tabBar->setLabelTextColor( this, Qt::magenta ); break; case Changed: if( m_tabState != Highlighted && m_tabState != Message ) - m_tabBar->setLabelTextColor( this, Qt::darkGray ); + m_tabBar->setLabelTextColor( this, Qt::red ); break;