Commit c4ffaad9 authored by Adrien Maglo's avatar Adrien Maglo

Qt: Remove the font specification for the channel list widget.

parent 3d7a2bdf
...@@ -48,8 +48,6 @@ void EPGChannels::paintEvent( QPaintEvent *event ) ...@@ -48,8 +48,6 @@ void EPGChannels::paintEvent( QPaintEvent *event )
/* Draw the top and the bottom lines. */ /* Draw the top and the bottom lines. */
p.drawLine( 0, 0, width() - 1, 0 ); p.drawLine( 0, 0, width() - 1, 0 );
p.setFont( QFont( "Verdana", 8 ) );
QList<QString> channels = m_epgView->getChannelList(); QList<QString> channels = m_epgView->getChannelList();
for( int i = 0; i < channels.count(); ++i ) for( int i = 0; i < channels.count(); ++i )
......
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