1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

* Don't use smaller font sizes on Windows.

This commit is contained in:
Christian Muehlhaeuser
2010-11-24 07:49:38 +01:00
parent 96d20f9354
commit 309f2560b5

View File

@@ -32,9 +32,11 @@ TrackView::TrackView( QWidget* parent )
setDragDropOverwriteMode( false );
setAllColumnsShowFocus( true );
#ifndef Q_WS_WIN
QFont f = font();
f.setPointSize( f.pointSize() - 1 );
setFont( f );
#endif
header()->setMinimumSectionSize( 60 );
restoreColumnsState();