1
0
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:
Christian Muehlhaeuser 2010-12-02 12:14:46 +01:00
parent b67cc0fcdf
commit 7cbef252b5

View File

@ -378,6 +378,7 @@ TrackHeader::TrackHeader( TrackView* parent )
setStretchLastSection( false );
setResizeMode( QHeaderView::Interactive );
setMinimumSectionSize( 60 );
setDefaultAlignment( Qt::AlignLeft );
connect( this, SIGNAL( sectionResized( int, int, int ) ), SLOT( onSectionResized( int, int, int ) ) );
}