1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 02:54:33 +02:00

* Tomahawk icon as original uncompressed SVG added.

This commit is contained in:
Christian Muehlhaeuser
2010-12-03 18:21:37 +01:00
parent 55591eb2c8
commit db8cb48f1a
2 changed files with 304 additions and 0 deletions

View File

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