mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Remove point size debug
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user