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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user