Commit 68031193 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: EPGItem: vlc is orange

parent 193f5024
...@@ -68,7 +68,7 @@ void EPGItem::paint( QPainter *painter, const QStyleOptionGraphicsItem *option, ...@@ -68,7 +68,7 @@ void EPGItem::paint( QPainter *painter, const QStyleOptionGraphicsItem *option,
QRectF mapped = deviceTransform( viewPortTransform ).mapRect( boundingRect() ); QRectF mapped = deviceTransform( viewPortTransform ).mapRect( boundingRect() );
if ( m_current ) if ( m_current )
gradientColor.setRgb( 244, 102, 146 ); gradientColor.setRgb( 244, 125, 0 );
else else
gradientColor.setRgb( 201, 217, 242 ); gradientColor.setRgb( 201, 217, 242 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment