[vlc-commits] commit: Qt: Remove the font specification for the channel list widget. ( Adrien Maglo )
git at videolan.org
git at videolan.org
Tue Jun 15 22:42:57 CEST 2010
vlc | branch: master | Adrien Maglo <magsoft at videolan.org> | Sun Jun 13 22:18:44 2010 +0200| [c4ffaad9c6330618f1f9ba62b9ec86ccfcce54b0] | committer: Adrien Maglo
Qt: Remove the font specification for the channel list widget.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c4ffaad9c6330618f1f9ba62b9ec86ccfcce54b0
---
modules/gui/qt4/components/epg/EPGChannels.cpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/components/epg/EPGChannels.cpp b/modules/gui/qt4/components/epg/EPGChannels.cpp
index 48cc815..50dc062 100644
--- a/modules/gui/qt4/components/epg/EPGChannels.cpp
+++ b/modules/gui/qt4/components/epg/EPGChannels.cpp
@@ -48,8 +48,6 @@ void EPGChannels::paintEvent( QPaintEvent *event )
/* Draw the top and the bottom lines. */
p.drawLine( 0, 0, width() - 1, 0 );
- p.setFont( QFont( "Verdana", 8 ) );
-
QList<QString> channels = m_epgView->getChannelList();
for( int i = 0; i < channels.count(); ++i )
More information about the vlc-commits
mailing list