Commit a11cf154 authored by Ilkka Ollakka's avatar Ilkka Ollakka

qt4: don't force font and size in epg-widget

parent eaf74997
......@@ -88,7 +88,6 @@ void EPGRuler::paintEvent( QPaintEvent *event )
for ( ; itemsToDraw >= 0; --itemsToDraw )
{
p.setFont( QFont( "Verdana", 8 ) );
p.drawLine( posx, 15, posx, 30 );
p.drawText( posx + 1, 12, 50, 15, Qt::AlignLeft, current.toString( "hh'h'" ) );
posx += spacing;
......
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