1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-05 08:32:42 +02:00

Remove point size debug

This commit is contained in:
Leo Franchi 2012-08-08 16:57:17 -04:00
parent a147494d00
commit b8ccc250a9

View File

@ -68,8 +68,6 @@ SourceTreeView::SourceTreeView( QWidget* parent )
setAttribute( Qt::WA_MacShowFocusRect, 0 );
setContentsMargins( 0, 0, 0, 0 );
tDebug() << "POINT SIZEL" << font().pointSize();
QFont fnt;
fnt.setPointSize( font().pointSize() - 1 );
setFont( fnt );