Commit c2ef487c authored by Adrien Maglo's avatar Adrien Maglo

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

parent 4f2f1d8e
......@@ -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 ) );
......
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