mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
* Set TrackView's header alignment to Qt::AlignLeft.
This commit is contained in:
@@ -378,6 +378,7 @@ TrackHeader::TrackHeader( TrackView* parent )
|
|||||||
setStretchLastSection( false );
|
setStretchLastSection( false );
|
||||||
setResizeMode( QHeaderView::Interactive );
|
setResizeMode( QHeaderView::Interactive );
|
||||||
setMinimumSectionSize( 60 );
|
setMinimumSectionSize( 60 );
|
||||||
|
setDefaultAlignment( Qt::AlignLeft );
|
||||||
|
|
||||||
connect( this, SIGNAL( sectionResized( int, int, int ) ), SLOT( onSectionResized( int, int, int ) ) );
|
connect( this, SIGNAL( sectionResized( int, int, int ) ), SLOT( onSectionResized( int, int, int ) ) );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user