]> git.sesse.net Git - vlc/commitdiff
Qt: Remove the font specification for the channel list widget.
authorAdrien Maglo <magsoft@videolan.org>
Sun, 13 Jun 2010 20:18:44 +0000 (22:18 +0200)
committerAdrien Maglo <magsoft@videolan.org>
Tue, 15 Jun 2010 20:42:37 +0000 (22:42 +0200)
modules/gui/qt4/components/epg/EPGChannels.cpp

index 48cc81538ace2493e25384c937e43fa4d56e7122..50dc062f21ca2c1fa120f32df29c49343cefc312 100644 (file)
@@ -48,8 +48,6 @@ void EPGChannels::paintEvent( QPaintEvent *event )
     /* Draw the top and the bottom lines. */
     p.drawLine( 0, 0, width() - 1, 0 );
 
-    p.setFont( QFont( "Verdana", 8 ) );
-
     QList<QString> channels = m_epgView->getChannelList();
 
     for( int i = 0; i < channels.count(); ++i )