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