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

Use the wrench as icon for the compact menu.

This commit is contained in:
Teo Mrnjavac 2012-08-04 15:37:16 +02:00
parent 8ffe9019e3
commit fee87151d3

View File

@ -273,7 +273,7 @@ TomahawkWindow::setupToolBar()
#ifndef Q_OS_MAC
QToolButton *compactMenuButton = new QToolButton( toolbar );
compactMenuButton->setIcon( QIcon( RESPATH "images/advanced-settings.png" ) );
compactMenuButton->setIcon( QIcon( RESPATH "images/configure.png" ) );
compactMenuButton->setText( tr( "&Main Menu" ) );
compactMenuButton->setMenu( m_compactMainMenu );
compactMenuButton->setToolButtonStyle( Qt::ToolButtonIconOnly );