]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/epg/EPGChannels.cpp
Qt: remove the bottom line of the channel list widget.
[vlc] / modules / gui / qt4 / components / epg / EPGChannels.cpp
index 9120a559c4a0159e20c68e112ff6ed847dfbd320..48cc81538ace2493e25384c937e43fa4d56e7122 100644 (file)
@@ -47,7 +47,6 @@ void EPGChannels::paintEvent( QPaintEvent *event )
 
     /* Draw the top and the bottom lines. */
     p.drawLine( 0, 0, width() - 1, 0 );
-    p.drawLine( 0, height() - 1, width(), height() - 1 );
 
     p.setFont( QFont( "Verdana", 8 ) );