Added PlayStatus widget.

This commit is contained in:
Tobias Rundstrom 2006-02-20 16:21:35 -03:00
parent a50e7afd4a
commit 46a0fd1b29
8 changed files with 86 additions and 6 deletions

View file

@ -110,7 +110,7 @@ void
TextScroller::drawQtFont (const QString &text)
{
QFont font(m_skin->getPLeditValue ("font"));
font.setPointSize (6);
font.setPixelSize (9);
QFontMetrics fM(font);
QRect rect = fM.boundingRect (text);