1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

* Use slightly smaller font size for TrackViews.

This commit is contained in:
Christian Muehlhaeuser
2010-11-21 10:35:45 +01:00
parent 33de4e76f3
commit a4e4a2c7a7

View File

@@ -32,6 +32,10 @@ TrackView::TrackView( QWidget* parent )
setDragDropOverwriteMode( false );
setAllColumnsShowFocus( true );
QFont f = font();
f.setPointSize( f.pointSize() - 1 );
setFont( f );
header()->setMinimumSectionSize( 60 );
restoreColumnsState();