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:
parent
a147494d00
commit
b8ccc250a9
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user