mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 00:54:20 +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 );
|
setDragDropOverwriteMode( false );
|
||||||
setAllColumnsShowFocus( true );
|
setAllColumnsShowFocus( true );
|
||||||
|
|
||||||
|
#ifndef Q_WS_WIN
|
||||||
QFont f = font();
|
QFont f = font();
|
||||||
f.setPointSize( f.pointSize() - 1 );
|
f.setPointSize( f.pointSize() - 1 );
|
||||||
setFont( f );
|
setFont( f );
|
||||||
|
#endif
|
||||||
|
|
||||||
header()->setMinimumSectionSize( 60 );
|
header()->setMinimumSectionSize( 60 );
|
||||||
restoreColumnsState();
|
restoreColumnsState();
|
||||||
|
Reference in New Issue
Block a user