mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-18 23:17:59 +01:00
* Set TrackView's header alignment to Qt::AlignLeft.
This commit is contained in:
parent
b67cc0fcdf
commit
7cbef252b5
@ -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 ) ) );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user