1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-31 05:38:04 +01:00

* That wasn't supposed to be committed yet.

This commit is contained in:
Christian Muehlhaeuser 2010-12-03 18:26:38 +01:00
parent db8cb48f1a
commit 425cf23e4c

View File

@ -25,7 +25,6 @@ TrackHeader::TrackHeader( TrackView* parent )
setDefaultAlignment( Qt::AlignLeft );
setMovable( true );
setCascadingSectionResizes( true );
setStretchLastSection( true );
m_menu->addAction( tr( "Resize columns to fit window" ), this, SLOT( onToggleResizeColumns() ) );
m_menu->addSeparator();