]> git.sesse.net Git - vlc/commitdiff
Qt: remove the bottom line of the channel list widget.
authorAdrien Maglo <magsoft@videolan.org>
Sat, 12 Jun 2010 20:15:14 +0000 (22:15 +0200)
committerAdrien Maglo <magsoft@videolan.org>
Sun, 13 Jun 2010 20:09:28 +0000 (22:09 +0200)
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 ) );