mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 10:05:32 +02:00
* Use slightly smaller font size for TrackViews.
This commit is contained in:
@@ -32,6 +32,10 @@ TrackView::TrackView( QWidget* parent )
|
|||||||
setDragDropOverwriteMode( false );
|
setDragDropOverwriteMode( false );
|
||||||
setAllColumnsShowFocus( true );
|
setAllColumnsShowFocus( true );
|
||||||
|
|
||||||
|
QFont f = font();
|
||||||
|
f.setPointSize( f.pointSize() - 1 );
|
||||||
|
setFont( f );
|
||||||
|
|
||||||
header()->setMinimumSectionSize( 60 );
|
header()->setMinimumSectionSize( 60 );
|
||||||
restoreColumnsState();
|
restoreColumnsState();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user