mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Remove point size debug
This commit is contained in:
@@ -68,8 +68,6 @@ SourceTreeView::SourceTreeView( QWidget* parent )
|
|||||||
setAttribute( Qt::WA_MacShowFocusRect, 0 );
|
setAttribute( Qt::WA_MacShowFocusRect, 0 );
|
||||||
setContentsMargins( 0, 0, 0, 0 );
|
setContentsMargins( 0, 0, 0, 0 );
|
||||||
|
|
||||||
tDebug() << "POINT SIZEL" << font().pointSize();
|
|
||||||
|
|
||||||
QFont fnt;
|
QFont fnt;
|
||||||
fnt.setPointSize( font().pointSize() - 1 );
|
fnt.setPointSize( font().pointSize() - 1 );
|
||||||
setFont( fnt );
|
setFont( fnt );
|
||||||
|
Reference in New Issue
Block a user