]> git.sesse.net Git - vlc/commitdiff
qt4: don't force font and size in epg-widget
authorIlkka Ollakka <ileoo@videolan.org>
Mon, 24 May 2010 19:16:11 +0000 (22:16 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Mon, 24 May 2010 19:16:16 +0000 (22:16 +0300)
modules/gui/qt4/components/epg/EPGRuler.cpp

index c37e2e5dfd7585df2abd1d87aad0ab2004065952..9eb3404a5106fc1a8e43fed7ba397e7732a41772 100644 (file)
@@ -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;