Commit eaf74997 authored by Ilkka Ollakka's avatar Ilkka Ollakka

qt4: don't force pixelsize in soundslider

parent adeaefc8
......@@ -322,7 +322,7 @@ void SoundSlider::paintEvent( QPaintEvent *e )
painter.drawPixmap( boundsO, pixOutside, boundsO );
painter.setPen( palette().color( QPalette::Active, QPalette::Mid ) );
QFont font; font.setPixelSize( 9 );
QFont font;
painter.setFont( font );
const QRect rect( 0, 0, 34, 15 );
painter.drawText( rect, Qt::AlignRight | Qt::AlignVCenter,
......
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