[vlc-commits] commit: qt4: don't force font and size in epg-widget (Ilkka Ollakka )

git at videolan.org git at videolan.org
Mon May 24 21:16:25 CEST 2010


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon May 24 22:16:11 2010 +0300| [a11cf1543e653a10a6d4966953c0e33c90ffdfbc] | committer: Ilkka Ollakka 

qt4: don't force font and size in epg-widget

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

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

diff --git a/modules/gui/qt4/components/epg/EPGRuler.cpp b/modules/gui/qt4/components/epg/EPGRuler.cpp
index c37e2e5..9eb3404 100644
--- a/modules/gui/qt4/components/epg/EPGRuler.cpp
+++ b/modules/gui/qt4/components/epg/EPGRuler.cpp
@@ -88,7 +88,6 @@ void EPGRuler::paintEvent( QPaintEvent *event )
 
     for ( ; itemsToDraw >= 0; --itemsToDraw )
     {
-        p.setFont( QFont( "Verdana", 8 ) );
         p.drawLine( posx, 15, posx, 30 );
         p.drawText( posx + 1, 12, 50, 15, Qt::AlignLeft, current.toString( "hh'h'" ) );
         posx += spacing;



More information about the vlc-commits mailing list