Commit 875c3bcf authored by Ilkka Ollakka's avatar Ilkka Ollakka

qt4: don't hardcode fontsize in epgitem

parent 9688cdde
......@@ -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;
......
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