[vlc-commits] Qt: EPGItem: vlc is orange
    Francois Cartegnie 
    git at videolan.org
       
    Sat Mar  5 16:25:47 CET 2011
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Mar  4 22:44:38 2011 +0100| [68031193ac97dd2298d499b9ccad80fb874152a2] | committer: Francois Cartegnie
Qt: EPGItem: vlc is orange
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68031193ac97dd2298d499b9ccad80fb874152a2
---
 modules/gui/qt4/components/epg/EPGItem.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/epg/EPGItem.cpp b/modules/gui/qt4/components/epg/EPGItem.cpp
index 1eba532..ca004a7 100644
--- a/modules/gui/qt4/components/epg/EPGItem.cpp
+++ b/modules/gui/qt4/components/epg/EPGItem.cpp
@@ -68,7 +68,7 @@ void EPGItem::paint( QPainter *painter, const QStyleOptionGraphicsItem *option,
     QRectF mapped = deviceTransform( viewPortTransform ).mapRect( boundingRect() );
 
     if ( m_current )
-        gradientColor.setRgb( 244, 102, 146 );
+        gradientColor.setRgb( 244, 125, 0 );
     else
         gradientColor.setRgb( 201, 217, 242 );
 
    
    
More information about the vlc-commits
mailing list