From 875c3bcf035af67f9069ce0ca4f32c36fd2d7079 Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Fri, 4 Jun 2010 16:27:00 +0300 Subject: [PATCH] qt4: don't hardcode fontsize in epgitem --- modules/gui/qt4/components/epg/EPGItem.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/gui/qt4/components/epg/EPGItem.cpp b/modules/gui/qt4/components/epg/EPGItem.cpp index 13580b5e4e..3ec8bac9a8 100644 --- a/modules/gui/qt4/components/epg/EPGItem.cpp +++ b/modules/gui/qt4/components/epg/EPGItem.cpp @@ -73,7 +73,6 @@ void EPGItem::paint( QPainter *painter, const QStyleOptionGraphicsItem*, QWidget // Setup the font QFont f = painter->font(); - f.setPointSize( 9 ); f.setBold( true ); painter->setFont( f ); @@ -89,7 +88,6 @@ void EPGItem::paint( QPainter *painter, const QStyleOptionGraphicsItem*, QWidget f.setBold( false ); f.setItalic( true ); - f.setPointSize( 8 ); painter->setFont( f ); QTextOption textoption; -- 2.39.2