[vlc-commits] commit: Qt: remove the bottom line of the channel list widget. ( Adrien Maglo )

git at videolan.org git at videolan.org
Sun Jun 13 22:09:42 CEST 2010


vlc | branch: master | Adrien Maglo <magsoft at videolan.org> | Sat Jun 12 22:15:14 2010 +0200| [c2ef487cfc91cca62bb9a58b6ae261b8421a7280] | committer: Adrien Maglo 

Qt: remove the bottom line of the channel list widget.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2ef487cfc91cca62bb9a58b6ae261b8421a7280
---

 modules/gui/qt4/components/epg/EPGChannels.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/epg/EPGChannels.cpp b/modules/gui/qt4/components/epg/EPGChannels.cpp
index 9120a55..48cc815 100644
--- a/modules/gui/qt4/components/epg/EPGChannels.cpp
+++ b/modules/gui/qt4/components/epg/EPGChannels.cpp
@@ -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 ) );
 



More information about the vlc-commits mailing list